Add custom merge strategy for CHANGELOG.md

The merge strategy `union` should hopefully reduce the number of
conflicts when trying to rebase the configuration file, since most of
the changes are simple additions anyways.
This commit is contained in:
Christian Duerr 2020-02-15 10:25:02 +00:00 committed by GitHub
parent 988a846c52
commit a842d6827c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/CHANGELOG.md merge=union