]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-repack.txt
git-repack: allow passing a couple of flags to pack-objects.
authorJunio C Hamano <junkio@cox.net>
Thu, 16 Feb 2006 19:57:18 +0000 (11:57 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 17 Feb 2006 10:11:38 +0000 (02:11 -0800)
commitcec2be76d9789b11c7f955b62dcad4b1050202af
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