Rename internal function "add_file_to_cache" in builtin-update-index.c
commit81e1bc47687dc78598ad003f0d02a328a6ddae72
authorJunio C Hamano <junkio@cox.net>
Mon, 2 Apr 2007 05:07:26 +0000 (1 22:07 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 5 Apr 2007 22:07:16 +0000 (5 15:07 -0700)
tree3c7441a5112e258ff6b7a408c0fdbdaf009bc527
parentec0cc704692a83c1d01b53f366b9919accdd4268
Rename internal function "add_file_to_cache" in builtin-update-index.c

I'd like to consistently name all index-layer functions that
operate on the default index xxx_cache(), and this application
specific function interferes with the plan.

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