diff options
author | Patrick Steinhardt <ps@pks.im> | 2016-11-11 12:23:32 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-11-11 09:37:33 -0800 |
commit | 3285b7badb1d063793525ebcdffdafa13d0ced9c (patch) | |
tree | 2a762fc875cbbfac85a8534f5cfbb4761b7aa990 | |
parent | 0b65a8dbdb38962e700ee16776a3042beb489060 (diff) | |
download | git-3285b7badb1d063793525ebcdffdafa13d0ced9c.tar.gz |
doc: fix location of 'info/' with $GIT_COMMON_DIRps/common-info-doc
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/gitrepository-layout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt index 577ee844e0..a5f99cbb11 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 |