From ff4c9b413a54dd62d155c32188f5a17b33eb2853 Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Wed, 22 Nov 2017 09:58:14 +0100 Subject: [PATCH] doc: Mention info/attributes in gitrepository-layout Signed-off-by: Steffen Prohaska Signed-off-by: Junio C Hamano --- Documentation/gitrepository-layout.txt | 4 ++++ 1 file changed, 4 insertions(+) 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].