diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-05-11 12:09:12 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-05-11 12:09:12 -0700 |
| commit | 3e08f5db65bcfe3ad238ee0de1cac2da84953cf3 (patch) | |
| tree | ce9480bd5f59c93ed232a94e58f99e5f1c59940b /git-repack.sh | |
| parent | 32a27b56662b1c7aa13f98c95f170ba5290c7559 (diff) | |
| parent | 32efcd91c6505ae28f87c0e9a3e2b3c0115017d8 (diff) | |
| download | git-3e08f5db65bcfe3ad238ee0de1cac2da84953cf3.tar.gz | |
Merge branch 'maint-1.5.4' into maint
* maint-1.5.4:
wt-status.h: declare global variables as extern
builtin-commit.c: add -u as short name for --untracked-files
git-repack: re-enable parsing of -n command line option
Diffstat (limited to 'git-repack.sh')
| -rwxr-xr-x | git-repack.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-repack.sh b/git-repack.sh index e18eb3f5dc..501519ab68 100755 --- a/git-repack.sh +++ b/git-repack.sh @@ -11,6 +11,7 @@ a pack everything in a single pack A same as -a, and keep unreachable objects too d remove redundant packs, and run git-prune-packed f pass --no-reuse-delta to git-pack-objects +n do not run git-update-server-info q,quiet be quiet l pass --local to git-pack-objects Packing constraints |
