diff options
author | A Large Angry SCM <gitzilla@gmail.com> | 2008-05-10 16:52:51 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-11 10:03:58 -0700 |
commit | 2b36b146fa892a0a326eb2e35a39c9daf58fbe5e (patch) | |
tree | 1e28f9c929b01e8b63f10c66adcea34f6092483a /git-repack.sh | |
parent | Documentation/config.txt: Mention branch.<name>.rebase applies to "git pull" (diff) | |
download | tgif-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-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 |