Skip to content

Commit a29ba11

Browse files
committed
touch merge change logs
1 parent 4b22e28 commit a29ba11

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/ChangeLog* merge=touch
2+
/docs/sources/ChangeLog* merge=touch
3+
/docs/sources/issues.rst merge=touch

git-config.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
git config merge.touch.name = "Keep this file"
3+
git config merge.touch.driver = "touch %A"

0 commit comments

Comments
 (0)