t9902: mingw-specific fix for gitfile link files
commit0ece80f0caae45913a39bd8b62f51cd0d9f00d40
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Sep 2013 20:37:42 +0000 (2 21:37 +0100)
committerStepan Kasal <kasal@ucw.cz>
Thu, 29 May 2014 08:41:52 +0000 (29 10:41 +0200)
treec75f4ab1430f63f992f1b98e674a6490b99944b3
parente4aba7b46b34ede520aad0e768a2c1d31a96e839
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