author | Johannes Sixt <j6t@kdbg.org> | |
Wed, 25 Feb 2009 07:54:42 +0000 (08:54 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Feb 2009 08:49:54 +0000 (00:49 -0800) | ||
commit | 3f74c8e8d8721d093655d7bb00ead078d8324100 | |
tree | de8ec79a019d2fd6bf6ed020d047e1b9e64c1a40 | tree | snapshot |
parent | a9d98a148dd5ed14d9e74a1dfc5ec1ca3632f4f0 | commit | diff |
gitattributes.txt: Path matching rules are explained in gitignore.txt
The rules how the patterns are matched against path names are the same
for .gitattribute and .gitignore files.
This also replace the notion "glob pattern" by "pattern" because
gitignore.txt talks about "glob" only in some contexts where the pattern
is mentioned.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The rules how the patterns are matched against path names are the same
for .gitattribute and .gitignore files.
This also replace the notion "glob pattern" by "pattern" because
gitignore.txt talks about "glob" only in some contexts where the pattern
is mentioned.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitattributes.txt | diff | blob | history |