Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b20508c

Browse files
committed
MAINT: Decrease merge conflicts in release notes
Merge conflicts due to the release notes has been an annoying problem requiring a rebase of otherwise good PRs. The solution here is to use the --union option when merging to those files. Closes numpy#8603.
1 parent d9d266a commit b20508c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# Line endings for Windows scripts
12
* text=auto
23
tools/win32build/nsis_scripts/*.nsi.in eol=crlf
34

45
# Numerical data files
56
numpy/lib/tests/data/*.npy binary
7+
8+
# Release notes, reduce number of conflicts.
9+
doc/release/*.rst merge=union

0 commit comments

Comments
 (0)