mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 04:10:25 +00:00
Use merge=union for changelogs to avoid constant conflicts.
This commit is contained in:
parent
1c2fa92293
commit
b8577a3133
7
.gitattributes
vendored
7
.gitattributes
vendored
@ -17,6 +17,13 @@
|
|||||||
|
|
||||||
.vscode/*.json linguist-language=JSON-with-Comments
|
.vscode/*.json linguist-language=JSON-with-Comments
|
||||||
|
|
||||||
|
# Configure changelog files to use union merge strategy
|
||||||
|
# This prevents merge conflicts by automatically combining changes from both branches
|
||||||
|
CHANGELOG.md merge=union
|
||||||
|
changelog.md merge=union
|
||||||
|
CHANGELOG.txt merge=union
|
||||||
|
changelog.txt merge=union
|
||||||
|
|
||||||
*.raw binary
|
*.raw binary
|
||||||
*.bin binary
|
*.bin binary
|
||||||
*.png binary
|
*.png binary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user