Skip to content

Commit

Permalink
Cherry-pick #10003 to 6.5: configure union merge for Changelog*.next.…
Browse files Browse the repository at this point in the history
…asciidoc (#10026)

Cherry-pick of PR #10003 to 6.5 branch. Original message: 

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`.

Note: github UI seems to ignore the setting. Convenience will only be improved on command line.
  • Loading branch information
Steffen Siering authored Jan 23, 2019
1 parent 897645b commit e0a9168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CHANGELOG.md merge=union
CHANGELOG.asciidoc merge=union
CHANGELOG.next.asciidoc merge=union
CHANGELOG-developer.next.asciidoc merge=union

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

0 comments on commit e0a9168

Please sign in to comment.