Skip to content

Commit 33af5a3

Browse files
tmzullingergitster
authored andcommitted
.gitattributes: more *.txt -> *.adoc updates
All Documentation files now end in .adoc. Update the entries for git-merge.adoc, gitk.adoc, and user-manual.adoc to properly set the conflict-marker-size attribute. Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 82deaae commit 33af5a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CODE_OF_CONDUCT.md -whitespace
1212
/GIT-VERSION-GEN text eol=lf
1313
/mergetools/* text eol=lf
1414
/t/oid-info/* text eol=lf
15-
/Documentation/git-merge.txt conflict-marker-size=32
16-
/Documentation/gitk.txt conflict-marker-size=32
17-
/Documentation/user-manual.txt conflict-marker-size=32
15+
/Documentation/git-merge.adoc conflict-marker-size=32
16+
/Documentation/gitk.adoc conflict-marker-size=32
17+
/Documentation/user-manual.adoc conflict-marker-size=32
1818
/t/t????-*.sh conflict-marker-size=32

0 commit comments

Comments
 (0)