author | Geert Bosch <bosch@gnat.com> | |
Fri, 1 Jun 2007 19:18:05 +0000 (15:18 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 2 Jun 2007 20:14:18 +0000 (13:14 -0700) | ||
commit | aa7e44bf571717aeb4435e6605391d51f3117047 | |
tree | b6ba0f10794a3001e93fb630c94922570797616e | tree | snapshot |
parent | 4bc708347e2b94564d9ec5e0e3a2ab0e3d6b2fd9 | commit | diff |
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>
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 | diff | blob | history | |
index-pack.c | diff | blob | history | |
pack-write.c | diff | blob | history | |
pack.h | diff | blob | history |