summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2012-03-21 12:38:43 +0100
committerDavid Soria Parra <dsp@php.net>2012-03-21 12:38:43 +0100
commit944e622821ebd8ab62bcb3513f6b9e7bcc998b04 (patch)
tree130bd2670a8879f662803147a6d820a4dd12678d /.gitattributes
parentfda25d97ffa4e623b824aa70f0ba98e9eba88ef7 (diff)
downloadphp-git-944e622821ebd8ab62bcb3513f6b9e7bcc998b04.tar.gz
Always keep the NEWS file from the branch when merging
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.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 92766523d8..d8ee5cbbb3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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