t9902: mingw-specific fix for gitfile link files
commit44cf1c0ef1989eb5cfcaec203b427ddeac2ecaa8
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 17 Jul 2014 15:37:04 +0000 (17 17:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 16:39:57 +0000 (21 09:39 -0700)
treeb87abc8e8ff97ae635e4609def9adbe010937439
parent5212f91deb03056480cb01d60d27a107dc7cf680
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>
Signed-off-by: Stepan Kasal <kasal@ucw.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9902-completion.sh