Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter'
[gitweb.git] / Documentation / config.txt
index d82c0da2cf470dbfe7936762d4645b7509647177..e6d74e6ade440a9ea26c4e2f22d54aad6cf6044e 100644 (file)
@@ -459,6 +459,12 @@ core.askpass::
        prompt. The external program shall be given a suitable prompt as
        command line argument and write the password on its STDOUT.
 
+core.attributesfile::
+       In addition to '.gitattributes' (per-directory) and
+       '.git/info/attributes', git looks into this file for attributes
+       (see linkgit:gitattributes[5]). Path expansions are made the same
+       way as for `core.excludesfile`.
+
 core.editor::
        Commands such as `commit` and `tag` that lets you edit
        messages by launching an editor uses the value of this