Rename static variable write_index to update_index in builtin-apply.c
commit7da3bf372cfcd25ea44164afb90c306836b62e23
authorJunio C Hamano <junkio@cox.net>
Mon, 2 Apr 2007 05:46:06 +0000 (1 22:46 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 5 Apr 2007 22:07:16 +0000 (5 15:07 -0700)
tree6acb46344a2905ffa56d55fc293fc95b5dbd0ef5
parent81e1bc47687dc78598ad003f0d02a328a6ddae72
Rename static variable write_index to update_index in builtin-apply.c

This is an internal variable used to tell if we need to write
out the resulting index.

I'll be introducing write_index() function which would collide
with it.

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