Rename static variable write_index to update_index in builtin-apply.c
authorJunio C Hamano <junkio@cox.net>
Mon, 2 Apr 2007 05:46:06 +0000 (22:46 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 5 Apr 2007 22:07:16 +0000 (15:07 -0700)
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>
No differences found