]> git.ipfire.org Git - thirdparty/git.git/commit - update-index.c
update-index: work with c-quoted name
authorJunio C Hamano <junkio@cox.net>
Wed, 11 Jan 2006 21:36:45 +0000 (13:36 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 11 Jan 2006 21:36:45 +0000 (13:36 -0800)
commita94d9948da539fdafc26c74afb335b2fe9f8f21d
treec86bcbc27198983eba1ff839adb8934eb363defb
parentd5a6aafc90a14382120727e4e81ee1a380e8b194
update-index: work with c-quoted name

update-index --stdin did not work with c-style quoted names even though
update-index --index-info did.  This fixes the inconsistency.

Signed-off-by: Junio C Hamano <junkio@cox.net>
update-index.c