git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] doc: fix location of 'info/' with $GIT_COMMON_DIR
@ 2016-11-11 11:23 Patrick Steinhardt
  2016-11-12  2:01 ` Duy Nguyen
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Steinhardt @ 2016-11-11 11:23 UTC (permalink / raw)
  To: git; +Cc: Nguyễn Thái Ngọc Duy, Patrick Steinhardt

With the introduction of the $GIT_COMMON_DIR variable, the
repository layout manual was changed to reflect the location for
many files in case the variable is set. While adding the new
locations, one typo snuck in regarding the location of the
'info/' folder, which is falsely claimed to reside at
"$GIT_COMMON_DIR/index".

Fix the typo to point to "$GIT_COMMON_DIR/info/" instead.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
---
 Documentation/gitrepository-layout.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt
index 577ee84..a5f99cb 100644
--- a/Documentation/gitrepository-layout.txt
+++ b/Documentation/gitrepository-layout.txt
@@ -177,7 +177,7 @@ sharedindex.<SHA-1>::
 info::
 	Additional information about the repository is recorded
 	in this directory. This directory is ignored if $GIT_COMMON_DIR
-	is set and "$GIT_COMMON_DIR/index" will be used instead.
+	is set and "$GIT_COMMON_DIR/info" will be used instead.
 
 info/refs::
 	This file helps dumb transports discover what refs are
-- 
2.10.2


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

* Re: [PATCH] doc: fix location of 'info/' with $GIT_COMMON_DIR
  2016-11-11 11:23 [PATCH] doc: fix location of 'info/' with $GIT_COMMON_DIR Patrick Steinhardt
@ 2016-11-12  2:01 ` Duy Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Duy Nguyen @ 2016-11-12  2:01 UTC (permalink / raw)
  To: Patrick Steinhardt; +Cc: Git Mailing List

On Fri, Nov 11, 2016 at 6:23 PM, Patrick Steinhardt <ps@pks.im> wrote:
> With the introduction of the $GIT_COMMON_DIR variable, the
> repository layout manual was changed to reflect the location for
> many files in case the variable is set. While adding the new
> locations, one typo snuck in regarding the location of the
> 'info/' folder, which is falsely claimed to reside at
> "$GIT_COMMON_DIR/index".
>
> Fix the typo to point to "$GIT_COMMON_DIR/info/" instead.

Oops. Ack!

>
> Signed-off-by: Patrick Steinhardt <ps@pks.im>
> ---
>  Documentation/gitrepository-layout.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt
> index 577ee84..a5f99cb 100644
> --- a/Documentation/gitrepository-layout.txt
> +++ b/Documentation/gitrepository-layout.txt
> @@ -177,7 +177,7 @@ sharedindex.<SHA-1>::
>  info::
>         Additional information about the repository is recorded
>         in this directory. This directory is ignored if $GIT_COMMON_DIR
> -       is set and "$GIT_COMMON_DIR/index" will be used instead.
> +       is set and "$GIT_COMMON_DIR/info" will be used instead.
>
>  info/refs::
>         This file helps dumb transports discover what refs are
> --
> 2.10.2
>



-- 
Duy

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

end of thread, other threads:[~2016-11-12  2:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11 11:23 [PATCH] doc: fix location of 'info/' with $GIT_COMMON_DIR Patrick Steinhardt
2016-11-12  2:01 ` Duy Nguyen

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).