diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-12-06 09:23:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-06 09:23:43 -0800 |
commit | f65ab574441f6ed9e59e50be68480bd698d9c749 (patch) | |
tree | 7b3ac54cf77242ed35ad255ebd0c0ef3a97d94dd /Documentation | |
parent | Merge branch 'ph/stash-save-m-option-fix' (diff) | |
parent | doc: Mention info/attributes in gitrepository-layout (diff) | |
download | tgif-f65ab574441f6ed9e59e50be68480bd698d9c749.tar.xz |
Merge branch 'sp/doc-info-attributes'
Doc update.
* sp/doc-info-attributes:
doc: Mention info/attributes in gitrepository-layout
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gitrepository-layout.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt index adf9554ad2..c60bcad44a 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]. |