]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
Unify write_index_file functions
authorGeert Bosch <bosch@gnat.com>
Fri, 1 Jun 2007 19:18:05 +0000 (15:18 -0400)
committerJunio C Hamano <junkio@cox.net>
Sat, 2 Jun 2007 20:14:18 +0000 (13:14 -0700)
commitaa7e44bf571717aeb4435e6605391d51f3117047
treeb6ba0f10794a3001e93fb630c94922570797616e
parent4bc708347e2b94564d9ec5e0e3a2ab0e3d6b2fd9
Unify write_index_file functions

This patch unifies the write_index_file functions in
builtin-pack-objects.c and index-pack.c.  As the name
"index" is overloaded in git, move in the direction of
using "idx" and "pack idx" when refering to the pack index.
There should be no change in functionality.

Signed-off-by: Geert Bosch <bosch@gnat.com>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-pack-objects.c
index-pack.c
pack-write.c
pack.h