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)
commit09895c1fa02f77acb2bde3d7e9da675eeb1271cf
tree5ba7100e98ca9bab7cc0492a7d2de8c67d8c2c71
parent86118bcb463e3f34b3df21d550335a40586dfb66
update-index --unresolve: work from a subdirectory.

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>
update-index.c