Add git-index-pack utility
authorSergey Vlasov <vsu@altlinux.ru>
Wed, 12 Oct 2005 19:01:31 +0000 (12:01 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 13 Oct 2005 01:32:02 +0000 (18:32 -0700)
commit9cf6d3357aaaaa89dd86cc156221b7b604e9358c
tree05414ddb382cbd7a05eaf9181a5d995e6fd3a8a7
parenta1451104ac2aa97f2e74818787ff54e29b2a77e5
Add git-index-pack utility

git-index-pack builds a pack index file for an existing packed
archive.  With this utility a packed archive which was transferred
without the corresponding pack index can be added to objects/pack/
without repacking.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-index-pack.txt [new file with mode: 0644]
Documentation/git.txt
Makefile
index-pack.c [new file with mode: 0644]
t/t5300-pack-object.sh