author | Sergey Vlasov <vsu@altlinux.ru> | |
Wed, 12 Oct 2005 19:01:31 +0000 (12:01 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 13 Oct 2005 01:32:02 +0000 (18:32 -0700) | ||
commit | 9cf6d3357aaaaa89dd86cc156221b7b604e9358c | |
tree | 05414ddb382cbd7a05eaf9181a5d995e6fd3a8a7 | tree | snapshot |
parent | a1451104ac2aa97f2e74818787ff54e29b2a77e5 | commit | diff |
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>
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] | blob |
Documentation/git.txt | diff | blob | history | |
Makefile | diff | blob | history | |
index-pack.c | [new file with mode: 0644] | blob |
t/t5300-pack-object.sh | diff | blob | history |