All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] git.txt: list index versions in plain English
@ 2015-03-24  0:28 Nguyễn Thái Ngọc Duy
  2015-03-24 15:06 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Nguyễn Thái Ngọc Duy @ 2015-03-24  0:28 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Nguyễn Thái Ngọc Duy

At the first look, a user may think the default version is "23". Even
with UNIX background, there's no reference anywhere close that may
indicate this is glob or regex.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
 Documentation/git.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/git.txt b/Documentation/git.txt
index b37f1ab..29d9257 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -766,7 +766,8 @@ Git so take care if using Cogito etc.
 'GIT_INDEX_VERSION'::
 	This environment variable allows the specification of an index
 	version for new repositories.  It won't affect existing index
-	files.  By default index file version [23] is used.
+	files.  By default index file version 2 or 3 is used. See
+	linkgit:git-update-index[1] for more information.
 
 'GIT_OBJECT_DIRECTORY'::
 	If the object storage directory is specified via this
-- 
2.2.0.513.g477eb31

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

* Re: [PATCH] git.txt: list index versions in plain English
  2015-03-24  0:28 [PATCH] git.txt: list index versions in plain English Nguyễn Thái Ngọc Duy
@ 2015-03-24 15:06 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2015-03-24 15:06 UTC (permalink / raw)
  To: Nguyễn Thái Ngọc Duy; +Cc: git

Nguyễn Thái Ngọc Duy  <pclouds@gmail.com> writes:

> At the first look, a user may think the default version is "23". Even
> with UNIX background, there's no reference anywhere close that may
> indicate this is glob or regex.
>
> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
> ---

Thanks.

>  Documentation/git.txt | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/git.txt b/Documentation/git.txt
> index b37f1ab..29d9257 100644
> --- a/Documentation/git.txt
> +++ b/Documentation/git.txt
> @@ -766,7 +766,8 @@ Git so take care if using Cogito etc.
>  'GIT_INDEX_VERSION'::
>  	This environment variable allows the specification of an index
>  	version for new repositories.  It won't affect existing index
> -	files.  By default index file version [23] is used.
> +	files.  By default index file version 2 or 3 is used. See
> +	linkgit:git-update-index[1] for more information.
>  
>  'GIT_OBJECT_DIRECTORY'::
>  	If the object storage directory is specified via this

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

end of thread, other threads:[~2015-03-24 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-24  0:28 [PATCH] git.txt: list index versions in plain English Nguyễn Thái Ngọc Duy
2015-03-24 15:06 ` Junio C Hamano

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.