aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-index-pack.txt
Commit message (Collapse)AuthorAge
* Add git-index-pack utilitySergey Vlasov2005-10-12
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>