diff options
author | Sergey Vlasov <vsu@altlinux.ru> | 2005-10-12 12:01:31 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-12 18:32:02 -0700 |
commit | 9cf6d3357aaaaa89dd86cc156221b7b604e9358c (patch) | |
tree | 05414ddb382cbd7a05eaf9181a5d995e6fd3a8a7 /Makefile | |
parent | a1451104ac2aa97f2e74818787ff54e29b2a77e5 (diff) | |
download | git-9cf6d3357aaaaa89dd86cc156221b7b604e9358c.tar.gz git-9cf6d3357aaaaa89dd86cc156221b7b604e9358c.tar.xz |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ PROGRAMS = \ git-convert-objects$X git-diff-files$X \ git-diff-index$X git-diff-stages$X \ git-diff-tree$X git-fetch-pack$X git-fsck-objects$X \ - git-hash-object$X git-init-db$X \ + git-hash-object$X git-index-pack$X git-init-db$X \ git-local-fetch$X git-ls-files$X git-ls-tree$X git-merge-base$X \ git-merge-index$X git-mktag$X git-pack-objects$X git-patch-id$X \ git-peek-remote$X git-prune-packed$X git-read-tree$X \ |