Skip to content

Commit

Permalink
touch merge change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Sep 15, 2021
1 parent 4b22e28 commit a29ba11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/ChangeLog* merge=touch
/docs/sources/ChangeLog* merge=touch
/docs/sources/issues.rst merge=touch
3 changes: 3 additions & 0 deletions git-config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
git config merge.touch.name = "Keep this file"
git config merge.touch.driver = "touch %A"

0 comments on commit a29ba11

Please sign in to comment.