Skip to content

Commit 2b36b14

Browse files
gitzillagitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 15ddb6f commit 2b36b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-repack.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ a pack everything in a single pack
1111
A same as -a, and keep unreachable objects too
1212
d remove redundant packs, and run git-prune-packed
1313
f pass --no-reuse-delta to git-pack-objects
14+
n do not run git-update-server-info
1415
q,quiet be quiet
1516
l pass --local to git-pack-objects
1617
Packing constraints

0 commit comments

Comments
 (0)