mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
Removed Git attribute merge=union for release notes.
I added this back in 3222fc7943 to try
and avoid merge conflicts from concurrent edits to release notes in
different branches. However, in my recent experience, it has caused
more problems than it solves. I have found that when rebasing a branch
that modifies a release note, it can merge sections without an
intermediate blank line, leading to broken reST syntax. Example spotted
in code review:
https://github.com/django/django/pull/17554#discussion_r2311296513 .
I think it’s better we remove this configuration and deal with merge
conflicts deliberately.
This commit is contained in:
parent
00174507f8
commit
5cbd96003c
1 changed files with 0 additions and 1 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -4,6 +4,5 @@
|
|||
*js text eol=lf
|
||||
tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf
|
||||
tests/staticfiles_tests/project/documents/test/*txt text eol=lf
|
||||
docs/releases/*.txt merge=union
|
||||
# Make GitHub syntax-highlight .html files as Django templates
|
||||
*.html linguist-language=django
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue