update-index --unresolve: work from a subdirectory.
authorJunio C Hamano <junkio@cox.net>
Sat, 6 May 2006 00:50:06 +0000 (17:50 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 6 May 2006 00:50:06 +0000 (17:50 -0700)
It completely forgot to take the prefix into account, so you
had to feed the full path even when you start from a
subdirectory, which was nonsensical.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found