Skip to content

Commit 1f3707f

Browse files
authored
Merge pull request #450 from jcreedcmu/jcreed/gitattributes
Use union merge strategy for CHANGELOG.md
2 parents a6ed674 + 249ab78 commit 1f3707f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ yarn.lock merge=binary
1212
# For more information, see this issue: https://github.com/Microsoft/web-build-tools/issues/1088
1313
#
1414
*.json linguist-language=JSON-with-Comments
15+
16+
# Reduce incidence of needless merge conflicts on CHANGELOG.md
17+
# The man page at
18+
# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html
19+
# suggests that this might interleave lines arbitrarily, but empirically
20+
# it keeps added chunks contiguous
21+
CHANGELOG.md merge=union

0 commit comments

Comments
 (0)