From a29ba11e1c6f8ff34f5c6e42e6f7df93b5a87e0d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 15 Sep 2021 15:27:47 +0200 Subject: [PATCH] touch merge change logs --- .gitattributes | 3 +++ git-config.sh | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .gitattributes create mode 100755 git-config.sh diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..274345ed --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/ChangeLog* merge=touch +/docs/sources/ChangeLog* merge=touch +/docs/sources/issues.rst merge=touch diff --git a/git-config.sh b/git-config.sh new file mode 100755 index 00000000..3ab3cecf --- /dev/null +++ b/git-config.sh @@ -0,0 +1,3 @@ +#!/bin/sh +git config merge.touch.name = "Keep this file" +git config merge.touch.driver = "touch %A" -- 2.30.2