Live data from Hacker News

How we solved GitLab's changelog conflict crisis

about.gitlab.com

1–10 of 14 posts

Re: How we solved GitLab's changelog conflict crisis

#6
post #2

This solution is neat, but Git also has a very simple built in solution: https://git-scm.com/docs/gitattributes#gitattributes-union

union is bad in general, there is a risk of bad merge

works pretty well until you really need to have similar lines from each branch
Post reply on HN