From: Steffen Prohaska Date: Wed, 22 Nov 2017 08:58:14 +0000 (+0100) Subject: doc: Mention info/attributes in gitrepository-layout X-Git-Tag: v2.16.0-rc0~70^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff4c9b413a54dd62d155c32188f5a17b33eb2853;p=git doc: Mention info/attributes in gitrepository-layout Signed-off-by: Steffen Prohaska Signed-off-by: Junio C Hamano --- 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].