Skip to content

Commit ca797ca

Browse files
committed
Use the NEWS merge driver if available
As described in https://wiki.php.net/vcs/gitworkflow#the_news_file it is possible to setup a custom merge driver for NEWS so git doesnt try to merge it. This commit sets the default merge driver for the NEWS file to the merge driver called NEWS.
1 parent 657547f commit ca797ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ sapi/nsapi/nsapi.c ident
2121
sapi/continuity/capi.c ident
2222
Zend/RFCs/002.txt ident
2323
Zend/RFCs/003.txt ident
24-
NEWS merge=ours
24+
NEWS merge=NEWS

0 commit comments

Comments
 (0)