Skip to content

Commit

Permalink
Sync with maint
Browse files Browse the repository at this point in the history
* maint:
  attr: a note about the order of .gitattributes lookup
  • Loading branch information
Junio C Hamano committed Oct 10, 2012
2 parents d5e7c0c + 40701ad commit 8d47dc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/gitattributes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
attributes to files that are particular to
one user's workflow for that repository), then
Expand Down

0 comments on commit 8d47dc7

Please sign in to comment.