Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc: Mention info/attributes in gitrepository-layout
author
Steffen Prohaska
<prohaska@zib.de>
Wed, 22 Nov 2017 08:58:14 +0000
(09:58 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 24 Nov 2017 07:19:19 +0000
(16:19 +0900)
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitrepository-layout.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
9752ad0
)
diff --git
a/Documentation/gitrepository-layout.txt
b/Documentation/gitrepository-layout.txt
index f51ed4e37cd3fad80bf855e6217906f094f894fb..5932868cef88fd60871c38b1a1e9ca7c6ee12e6c 100644
(file)
--- 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].