mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-03-10 07:40:23 +00:00
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.
1 line
24 B
Plaintext
1 line
24 B
Plaintext
CHANGELOG.md merge=union |