]> granicus.if.org Git - php/commitdiff
Always keep the NEWS file from the branch when merging
authorDavid Soria Parra <dsp@php.net>
Wed, 21 Mar 2012 11:38:43 +0000 (12:38 +0100)
committerDavid Soria Parra <dsp@php.net>
Wed, 21 Mar 2012 11:38:43 +0000 (12:38 +0100)
We usually don't want to touch the NEWS files when we merge and have the
news items not merged by git. Therefore we tell git to use the 'ours' strategy
for the NEWS file.

.gitattributes

index 92766523d81aeae573b32e81d2eb06e09ef9efc0..d8ee5cbbb3e49bdc13c6521955fdba14e8857cbe 100644 (file)
@@ -21,3 +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