summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15ddb6f)
raw | patch | inline | side by side (parent: 15ddb6f)
author | A Large Angry SCM <gitzilla@gmail.com> | |
Sat, 10 May 2008 20:52:51 +0000 (16:52 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 11 May 2008 17:03:58 +0000 (10:03 -0700) |
In commit 5715d0b (Migrate git-repack.sh to use git-rev-parse --parseopt,
2007-11-04), parsing of the '-n' command line option was accidentally lost
when git-repack.sh was migrated to use git-rev-parse --parseopt. This adds
it back.
Signed-off-by: A Large Angry SCM <gitzilla@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2007-11-04), parsing of the '-n' command line option was accidentally lost
when git-repack.sh was migrated to use git-rev-parse --parseopt. This adds
it back.
Signed-off-by: A Large Angry SCM <gitzilla@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-repack.sh | patch | blob | history |
diff --git a/git-repack.sh b/git-repack.sh
index e18eb3f5dcf42abfbd125594877ececf92c3d9b6..501519ab6897c2463c054e3f7310efc6721c432f 100755 (executable)
--- a/git-repack.sh
+++ b/git-repack.sh
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