From b8577a31338358d10b1fdb7dd374b0c7eafe86b5 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Fri, 5 Sep 2025 16:27:48 +0200 Subject: Use merge=union for changelogs to avoid constant conflicts. --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index a51376f0d..2850eb3b1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,6 +17,13 @@ .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 *.bin binary *.png binary -- cgit