Skip to content

Commit 05d7f5e

Browse files
author
Steffen Siering
authored
configure union merge for Changelog*.next.asciidoc (elastic#10003)
* configure union merge for Changelog*.next.asciidoc This change automatically merges Changelog*.next.asciidoc files when merging or rebasing via `merge=union`. No more need to fix changelog files when doing `git rebase master`. * Remove union merge from Changelog.asciidoc
1 parent 09037fc commit 05d7f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitattributes

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CHANGELOG.md merge=union
2-
CHANGELOG.asciidoc merge=union
1+
CHANGELOG.next.asciidoc merge=union
2+
CHANGELOG-developer.next.asciidoc merge=union
33

44
# Keep these file types as CRLF (Windows).
55
*.bat text eol=crlf

0 commit comments

Comments
 (0)