aboutsummaryrefslogtreecommitdiff
path: root/git-repack.sh
diff options
context:
space:
mode:
authorA Large Angry SCM <gitzilla@gmail.com>2008-05-10 16:52:51 -0400
committerJunio C Hamano <gitster@pobox.com>2008-05-11 10:03:58 -0700
commit2b36b146fa892a0a326eb2e35a39c9daf58fbe5e (patch)
tree1e28f9c929b01e8b63f10c66adcea34f6092483a /git-repack.sh
parent15ddb6fab24e7cf848f7a91c59f8d96b6a5cd371 (diff)
downloadgit-2b36b146fa892a0a326eb2e35a39c9daf58fbe5e.tar.gz
git-2b36b146fa892a0a326eb2e35a39c9daf58fbe5e.tar.xz
git-repack: re-enable parsing of -n command line option
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>
Diffstat (limited to 'git-repack.sh')
-rwxr-xr-xgit-repack.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-repack.sh b/git-repack.sh
index e18eb3f5d..501519ab6 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