Commit 0238b94
Merge #335
335: Set merge=union Git attribute for CHANGELOG.md r=eldruin a=Dirbaio
Currently all PRs add a line to CHANGELOG.md, usually at the end. This means
they almost always run into merge conflicts since they are adding different lines at the exact same
place in the file.
With merge=union Git will automatically resolve these merge conflicts by keeping all lines from both sides.
Co-authored-by: Dario Nieuwenhuis <[email protected]>1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments