summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Prohaska <prohaska@zib.de>2017-11-22 09:58:14 +0100
committerJunio C Hamano <gitster@pobox.com>2017-11-24 16:19:19 +0900
commitff4c9b413a54dd62d155c32188f5a17b33eb2853 (patch)
tree75e705944afb620dacd6467fb1e631929cbf8aea
parent9752ad0bb79f680bca48db7adc45338b298304b0 (diff)
downloadgit-sp/doc-info-attributes.tar.gz
doc: Mention info/attributes in gitrepository-layoutsp/doc-info-attributes
Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/gitrepository-layout.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt
index f51ed4e37c..5932868cef 100644
--- a/Documentation/gitrepository-layout.txt
+++ b/Documentation/gitrepository-layout.txt
@@ -208,6 +208,10 @@ info/exclude::
'git clean' look at it but the core Git commands do not look
at it. See also: linkgit:gitignore[5].
+info/attributes::
+ Defines which attributes to assign to a path, similar to per-directory
+ `.gitattributes` files. See also: linkgit:gitattributes[5].
+
info/sparse-checkout::
This file stores sparse checkout patterns.
See also: linkgit:git-read-tree[1].