Skip to content

Commit 944e622

Browse files
committed
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.
1 parent fda25d9 commit 944e622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +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

0 commit comments

Comments
 (0)