Thomas Braun e008904d20 t1508: Be more clever than msys path substitution
A string of the form "@/abcd" is considered a file path
by the msys layer and therefore translated to a windows path.

Here the trick is to double the slashes.

The msys patch translation can be studied with the following
test program:

 #include <stdio.h>
 #include <stdlib.h>

 int main(int argc, char** argv)
 {
 unsigned int i;
 for(i=1; i < argc; i++)
 	printf("argv[%d]=%s\n",i, argv[i]);

 exit(0);
 }

Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
2014-09-30 15:16:03 +02:00
2014-04-22 12:49:07 -07:00
2014-06-06 11:02:59 -07:00
2014-07-16 11:25:40 -07:00
2014-07-23 11:36:40 -07:00
2014-06-20 10:44:45 -07:00
2014-07-28 10:14:33 -07:00
2014-05-15 09:49:12 -07:00
2014-05-15 09:49:12 -07:00
2014-08-16 03:03:19 +02:00
2014-07-27 15:14:18 -07:00
2014-08-16 03:03:19 +02:00
2014-07-21 12:35:39 -07:00
2014-07-16 11:25:47 -07:00
2014-06-03 12:06:40 -07:00
2014-08-16 03:03:19 +02:00
2014-07-09 11:33:28 -07:00
2014-08-16 03:03:28 +02:00
2014-08-15 15:09:12 -07:00
2014-07-22 10:59:19 -07:00
2014-06-03 12:06:39 -07:00
2014-07-07 13:56:38 -07:00
2014-07-07 13:56:38 -07:00
2014-07-21 12:35:39 -07:00
2014-07-21 11:18:37 -07:00
2014-08-16 03:03:28 +02:00
2014-07-16 11:25:40 -07:00
2014-05-27 14:02:45 -07:00
2014-07-28 10:14:34 -07:00
2014-06-06 11:17:00 -07:00
2014-07-22 10:59:37 -07:00
2014-07-21 12:35:39 -07:00
2014-07-13 21:24:23 -07:00
2014-07-22 10:59:37 -07:00
2014-07-16 11:25:40 -07:00
2014-08-16 03:02:40 +02:00
2014-07-21 11:18:57 -07:00
2014-07-30 14:19:53 -07:00
2014-07-09 11:34:05 -07:00
2014-07-16 11:33:09 -07:00
2014-07-16 11:25:40 -07:00
2014-05-28 15:45:57 -07:00
2014-07-22 10:59:19 -07:00
2014-07-28 11:30:41 -07:00
2014-07-13 21:24:23 -07:00
2014-06-13 11:49:40 -07:00
2014-07-16 11:26:00 -07:00
2014-07-16 11:26:00 -07:00
2014-07-23 11:35:54 -07:00
2014-07-28 11:30:41 -07:00
2014-07-16 11:25:40 -07:00
2014-06-19 15:20:56 -07:00
2014-07-22 10:59:19 -07:00

Git for Windows

This is the source code of Git for Windows, forked from Git.

If you encounter problems, you can report them as GitHub issues, discuss them on Git for Windows' Google Group, and encourage others to work on by tipping via tip for next commit.

Description
No description provided
Readme 655 MiB
Languages
C 50.5%
Shell 38.8%
Perl 4.4%
Tcl 3.2%
Python 0.8%
Other 2.1%