git-repack: allow passing a couple of flags to pack-objects.
commitcec2be76d9789b11c7f955b62dcad4b1050202af
authorJunio C Hamano <junkio@cox.net>
Thu, 16 Feb 2006 19:57:18 +0000 (16 11:57 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 17 Feb 2006 10:11:38 +0000 (17 02:11 -0800)
tree514de6323dd92ab4d9e4134ff686ce8db89d0b5d
parentca5381d43e8595f592d8d7ecfc9bb0bfa5e52f6d
git-repack: allow passing a couple of flags to pack-objects.

A new flag -q makes underlying pack-objects less chatty.
A new flag -f forces delta to be recomputed from scratch.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-repack.txt
git-repack.sh