In commit 5715d0bb60dd90b03519cc436310f3cabe5b9b2a 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 <redacted>
---
git-repack.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/git-repack.sh b/git-repack.sh
index e18eb3f..2ece4fa 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