commit | 4181bda1567fc749623eac1c81c2b07c882d63b3 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Thu Feb 16 11:57:18 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Wed Feb 22 13:14:57 2006 -0800 |
tree | 8f4f13bdc0c72503c9de0379f0f747cd8277a234 | |
parent | ab7cd7bb8c02dc40ca3a909653e8f56226f9e440 [diff] |
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>