[PATCH] Make git-update-cache take relative pathnames
authorLinus Torvalds <torvalds@osdl.org>
Wed, 17 Aug 2005 20:32:22 +0000 (13:32 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 21:53:40 +0000 (14:53 -0700)
commitcfb0af1d50247e66ea1d46014650e60e9cfb87b9
treeb473c7bd6d43a38e50259ecc4c2c5f62ffadd672
parent828cc617c1908a16b36734f62bb10299c2cfba6f
[PATCH] Make git-update-cache take relative pathnames

This also makes "./filename" acceptable as a side effect, since the
pathname normalization handles that too.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
update-cache.c