summary refs log tree commit diff stats
path: root/.gitattributes
blob: 674da793982511fb03d11e86151bd1b08ead7c7c (plain) (blame)
1
2
3
4
5
6
# Avoids changelog conflicts by assuming additions-only, which is by far the common case.
# In the rare case where branch b1 rebases against branch b2 and both branches
# modified the same changelog entry, you'll end up with that changelog entry
# duplicated, which is easily identifiable and fixable.
/changelog.md merge=union