t9902: mingw-specific fix for gitfile link files
commit9da68ecd8e540fd10d787f28d3ff8b82291e67c0
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Sep 2013 20:37:42 +0000 (2 21:37 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:53:30 +0000 (10 13:53 -0500)
tree05f6c6a8b4eb5dca31e3f6dc02ca662e68f29d47
parent0b45d85e80f0a2efc05b3a0151a2ed017e77b176
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