mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -21,4 +21,4 @@ sapi/nsapi/nsapi.c ident
|
||||
sapi/continuity/capi.c ident
|
||||
Zend/RFCs/002.txt ident
|
||||
Zend/RFCs/003.txt ident
|
||||
NEWS merge=ours
|
||||
NEWS merge=NEWS
|
||||
|
||||
Reference in New Issue
Block a user