t9902: mingw-specific fix for gitfile link files
commita0c3e15dddd4ad26aa5a1d553f4db64be2f9bc86
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Sep 2013 20:37:42 +0000 (2 21:37 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 10 May 2014 21:56:43 +0000 (10 16:56 -0500)
tree8f712a717c00783ff32ac3285d2726abf9f69bed
parent92e324a74e6e0bc17bdf5d5af69f81ee19439120
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