summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2014-07-29 20:50:24 +0700
committerJunio C Hamano <gitster@pobox.com>2014-07-29 13:42:12 -0700
commita0a26b8439aaf7f533817d7e9cc2a66be5e1e2a7 (patch)
treea3252bb48dc11d8e6f564042c002face5b0fc21f
parentbb75e4c9ffd0c0f1edfbea9bf4d4f63e4e68ff1c (diff)
downloadgit-a0a26b8439aaf7f533817d7e9cc2a66be5e1e2a7.tar.gz
gitrepository-layout.txt: s/ignored/ignored if/
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/gitrepository-layout.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt
index bed4f1a916..6bd82af618 100644
--- a/Documentation/gitrepository-layout.txt
+++ b/Documentation/gitrepository-layout.txt
@@ -139,7 +139,7 @@ is often called 'detached HEAD.' See linkgit:git-checkout[1]
for details.
config::
- Repository specific configuration file. This file is ignored
+ Repository specific configuration file. This file is ignored if
$GIT_COMMON_DIR is set and "$GIT_COMMON_DIR/config" will be
used instead.
@@ -220,7 +220,7 @@ remotes::
logs::
Records of changes made to refs are stored in this
directory. See linkgit:git-update-ref[1]
- for more information. This directory is ignored
+ for more information. This directory is ignored if
$GIT_COMMON_DIR is set and "$GIT_COMMON_DIR/logs" will be used
instead.
@@ -252,7 +252,7 @@ modules::
repos::
Contains worktree specific information of linked
checkouts. Each subdirectory contains the worktree-related
- part of a linked checkout. This directory is ignored
+ part of a linked checkout. This directory is ignored if
$GIT_COMMON_DIR is set and "$GIT_COMMON_DIR/repos" will be
used instead.