1
0
mirror of https://github.com/git/git.git synced 2024-09-28 05:20:00 +02:00

Sync with maint

* maint:
  attr: a note about the order of .gitattributes lookup
This commit is contained in:
Junio C Hamano 2012-10-10 14:54:25 -07:00
commit 8d47dc7f2d

View File

@ -66,6 +66,11 @@ is from the path in question, the lower its precedence). Finally
global and system-wide files are considered (they have the lowest global and system-wide files are considered (they have the lowest
precedence). precedence).
When the `.gitattributes` file is missing from the work tree, the
path in the index is used as a fall-back. During checkout process,
`.gitattributes` in the index is used and then the file in the
working tree is used as a fall-back.
If you wish to affect only a single repository (i.e., to assign If you wish to affect only a single repository (i.e., to assign
attributes to files that are particular to attributes to files that are particular to
one user's workflow for that repository), then one user's workflow for that repository), then