]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitattributes: document more clearly where macros are allowed
authorMichael Haggerty <mhagger@alum.mit.edu>
Tue, 14 Jan 2014 02:58:49 +0000 (03:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Jan 2014 21:56:56 +0000 (13:56 -0800)
The old text made it sound like macros are only allowed in the
.gitattributes file at the top-level of the working tree.  Make it
clear that they are also allowed in $GIT_DIR/info/attributes and in
the global and system-wide gitattributes files.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitattributes.txt

index b322a2666ce38debd993e330f5ded9bf2e32b578..643c1ba9290ff10813eab57b95f7c26d8c43c7e2 100644 (file)
@@ -930,9 +930,12 @@ state.
 DEFINING MACRO ATTRIBUTES
 -------------------------
 
-Custom macro attributes can be defined only in the `.gitattributes`
-file at the toplevel (i.e. not in any subdirectory).  The built-in
-macro attribute "binary" is equivalent to:
+Custom macro attributes can be defined only in top-level gitattributes
+files (`$GIT_DIR/info/attributes`, the `.gitattributes` file at the
+top level of the working tree, or the global or system-wide
+gitattributes files), not in `.gitattributes` files in working tree
+subdirectories.  The built-in macro attribute "binary" is equivalent
+to:
 
 ------------
 [attr]binary -diff -merge -text