aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-09-05 16:27:48 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-05 16:27:48 +0200
commitb8577a31338358d10b1fdb7dd374b0c7eafe86b5 (patch)
treef47096df9439164fe7245763d3374469127383c3 /.gitattributes
parent1c2fa92293e52157582b92766e75381a228bbaf1 (diff)
Use merge=union for changelogs to avoid constant conflicts.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index a51376f0d..2850eb3b1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -17,6 +17,13 @@
17 17
18.vscode/*.json linguist-language=JSON-with-Comments 18.vscode/*.json linguist-language=JSON-with-Comments
19 19
20# Configure changelog files to use union merge strategy
21# This prevents merge conflicts by automatically combining changes from both branches
22CHANGELOG.md merge=union
23changelog.md merge=union
24CHANGELOG.txt merge=union
25changelog.txt merge=union
26
20*.raw binary 27*.raw binary
21*.bin binary 28*.bin binary
22*.png binary 29*.png binary