Skip to content

Commit

Permalink
Always keep the NEWS file from the branch when merging
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dsp committed Mar 21, 2012
1 parent fda25d9 commit 944e622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 944e622

Please sign in to comment.