We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b22e28 commit a29ba11Copy full SHA for a29ba11
.gitattributes
@@ -0,0 +1,3 @@
1
+/ChangeLog* merge=touch
2
+/docs/sources/ChangeLog* merge=touch
3
+/docs/sources/issues.rst merge=touch
git-config.sh
+#!/bin/sh
+git config merge.touch.name = "Keep this file"
+git config merge.touch.driver = "touch %A"
0 commit comments