git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-repack: re-enable parsing of -n command line option
@ 2008-05-10 20:52 A Large Angry SCM
  0 siblings, 0 replies; only message in thread
From: A Large Angry SCM @ 2008-05-10 20:52 UTC (permalink / raw)
  To: Git Mailing List; +Cc: gitster

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 <gitzilla@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-10 20:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-10 20:52 [PATCH] git-repack: re-enable parsing of -n command line option A Large Angry SCM

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).