All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: [PATCH] fix typoed config option 'indexversion' in man page.
Date: Thu, 3 Jul 2008 03:07:33 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LNX.1.00.0807030303580.30922@localhost> (raw)

---

Noticed by David Parra on #git.

  Documentation/config.txt |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 52d01b8..fd56dac 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -945,7 +945,7 @@ pack.threads::
  	Specifying 0 will cause git to auto-detect the number of CPU's
  	and set the number of threads accordingly.

-pack.indexVersion::
+pack.indexversion::
  	Specify the default pack index version.  Valid values are 1 for
  	legacy pack index used by Git versions prior to 1.5.2, and 2 for
  	the new pack index with capabilities for packs larger than 4 GB
-- 
1.5.6.GIT

             reply	other threads:[~2008-07-03  1:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-03  1:07 Mikael Magnusson [this message]
2008-07-03  1:24 ` [PATCH] fix typoed config option 'indexversion' in man page Mikael Magnusson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.1.00.0807030303580.30922@localhost \
    --to=mikachu@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.