Skip to content

Commit 5c759f9

Browse files
dspgitster
authored andcommitted
Documentation/gitattributes.txt: typofix
The file used for per-repository attribute setting is not $GIT_DIR/info/gitattributes, but $GIT_DIR/info/attributes. Signed-off-by: Junio C Hamano <[email protected]>
1 parent d7f6bae commit 5c759f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitattributes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ the attributes given to path `t/abc` are computed as follows:
405405
and `bar` attributes should be given to this path, so it
406406
leaves `foo` and `bar` unset. Attribute `baz` is set.
407407

408-
3. Finally it examines `$GIT_DIR/info/gitattributes`. This file
408+
3. Finally it examines `$GIT_DIR/info/attributes`. This file
409409
is used to override the in-tree settings. The first line is
410410
a match, and `foo` is set, `bar` is reverted to unspecified
411411
state, and `baz` is unset.

0 commit comments

Comments
 (0)