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>
Wed, 22 Feb 2006 21:14:57 +0000 (13:14 -0800)
commit4181bda1567fc749623eac1c81c2b07c882d63b3
tree8f4f13bdc0c72503c9de0379f0f747cd8277a234
parentab7cd7bb8c02dc40ca3a909653e8f56226f9e440
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