doc: fix location of 'info/' with $GIT_COMMON_DIR
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>
Patrick Steinhardt committed
Nov 11, 2016 at 12:23 UTC
3285b7badb1d063793525ebcdffdafa13d0ced9c
1 file changed
+1
-1
Documentation/gitrepository-layout.txt
+1
-1
@@ -177,7 +177,7 @@ sharedindex.<SHA-1>::
177
info::
178
Additional information about the repository is recorded
179
in this directory. This directory is ignored if $GIT_COMMON_DIR
180
- is set and "$GIT_COMMON_DIR/index" will be used instead.
180
+ is set and "$GIT_COMMON_DIR/info" will be used instead.
181
182
info/refs::
183
This file helps dumb transports discover what refs are