Skip to content

Commit 3aeaa1f

Browse files
author
Kirill Müller
committed
Avoid merge conflicts in NEWS file
by using the `union` merge strategy. See also http://krlmlr.github.io/using-gitattributes-to-avoid-merge-conflicts/.
1 parent 1da88f3 commit 3aeaa1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ visual_test
22
^.*\.Rproj$
33
^\.Rproj\.user$
44
^\.travis\.yml$
5+
^/\.gitattributes$

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/NEWS merge=union

0 commit comments

Comments
 (0)