Test update-index for a gitlink to a .git file
commit48cc95ed4a5c4554f8914af3f300558da31a22dc
authorBrad King <brad.king@kitware.com>
Sat, 9 Jan 2010 03:36:40 +0000 (8 22:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Jan 2010 07:43:22 +0000 (9 23:43 -0800)
treefb0e7b628d95425c15448f8e7e940c08722c8b14
parent0afcb5f7915337c76c6743dab70c49facdeddd7e
Test update-index for a gitlink to a .git file

Check that update-index recognizes a submodule that uses a .git file.
Currently it works when the .git file specifies an absolute path, but
not when it specifies a relative path.

Signed-off-by: Brad King <brad.king@kitware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2104-update-index-gitfile.sh [new file with mode: 0755]