git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix typoed config option 'indexversion' in man page.
@ 2008-07-03  1:07 Mikael Magnusson
  2008-07-03  1:24 ` Mikael Magnusson
  0 siblings, 1 reply; 2+ messages in thread
From: Mikael Magnusson @ 2008-07-03  1:07 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

---

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix typoed config option 'indexversion' in man page.
  2008-07-03  1:07 [PATCH] fix typoed config option 'indexversion' in man page Mikael Magnusson
@ 2008-07-03  1:24 ` Mikael Magnusson
  0 siblings, 0 replies; 2+ messages in thread
From: Mikael Magnusson @ 2008-07-03  1:24 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Blah, ignore me of course. I broke the old rule of not sending patches
after midnight :).

2008/7/3 Mikael Magnusson <mikachu@gmail.com>:
> ---
>
> 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
>
>



-- 
Mikael Magnusson

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-03  1:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03  1:07 [PATCH] fix typoed config option 'indexversion' in man page Mikael Magnusson
2008-07-03  1:24 ` Mikael Magnusson

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).