t9902: mingw-specific fix for gitfile link files
commit6a875fcf8f6757285cbb9e7576100a35f4a4ac8c
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Sep 2013 20:37:42 +0000 (2 21:37 +0100)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:42:49 +0000 (15 09:42 +0200)
tree8f712a717c00783ff32ac3285d2726abf9f69bed
parentd494119bb38fdea006b3351fcdc433491721e27c
t9902: mingw-specific fix for gitfile link files

The path in a .git platform independent link file needs to be absolute
and under mingw we need it to be a windows type path, not a unix style
path so it should start with a drive letter and not a /.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
t/t9902-completion.sh