]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
make "index-pack" a built-in
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Jan 2010 15:55:19 +0000 (07:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Jan 2010 18:10:27 +0000 (10:10 -0800)
commit3bb7256281bb1d291bb705a57dc3f30b26b7c127
tree7d0fb7bf88cabcd5c7b17a0f687f359737c6ce2d
parent377d0276ca7446ce9fb2f6987b1e6b4ba9e7cf29
make "index-pack" a built-in

This required some fairly trivial packfile function 'const' cleanup,
since the builtin commands get a const char *argv[] array.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin-index-pack.c [moved from index-pack.c with 98% similarity]
builtin-pack-objects.c
builtin.h
git.c
pack-write.c
pack.h