-
Notifications
You must be signed in to change notification settings - Fork 129
Support of merge=union #487
Comments
GitHub staff on 10 Oct 2015 16:03:13 +0200:
|
@koppor: Thanks for creating this issue and posting GitHub's response. I've sent my own note through their contact form to put my name behind the feature request, too. The use case that brought me here is a little different: |
I received my own reply e-mail assuring that my feedback has been recorded. |
Github doesn't support it (ref. isaacs/github#487). So it can't ease conflict on Github. Additionally, it can make trouble when cherry-pick. (ref. pythonGH-212)
Github doesn't support it (ref. isaacs/github#487). So it can't ease conflict on Github. Additionally, it can make trouble when cherry-pick. (ref. GH-212)
Github doesn't support it (ref. isaacs/github#487). So it can't ease conflict on Github. Additionally, it can make trouble when cherry-pick. (ref. pythonGH-212) (cherry picked from commit 060d2d7)
Github doesn't support it (ref. isaacs/github#487). So it can't ease conflict on Github. Additionally, it can make trouble when cherry-pick. (ref. pythonGH-212)
Thanks @koppor, I have also submitted the contact form and will update if github gets back to me. Just curious, does anyone know why doesn't github have an actual feature request workflow where people can weigh in? It has been two years since that blog post came out and the UI problem still exists with no published workaround. If my competitor was creating features and publishing them I would work to roll them in a timely manner or at least have a similar workaround. |
gitlab now has merge=union support, because the underlying rugged library has the support since v0.25 (use v0.25.1.1 with critical fixes) and as it's github's library, i believe they rely on that library as well. so perhaps it just works now if they upgraded library in their backends? |
Looks like they are still working towards a solution. May I suggest, any person who stumbles onto this thread open similar request through their support form. Also, how are people getting around this problem currently? |
@powpow12 i just rebase locally and
|
Also, there is a special git-merge-changelog tool which may perform better than See #560 (comment) for details. |
We (the Haskell Cabal project) would also benefit from support for |
Adding an updated response from Github for 2019
|
Any update here? |
just sent out this to https://support.github.com/contact Dear github, please add support for merge=union gitattributes.
but still hasn't been acted on |
When merging a branch, it often is the case that there is a conflict in the CHANGELOG only. This is not a realy confligt as the CHANGELOG entries simple have to be merged. This can be configured in git itself by using a
merge=union
attribute. GitHub currently doesn't support that kind of merge. It would be very helpful if github would.Blog-Post explaining it in detail: https://about.gitlab.com/2015/02/10/gitlab-reduced-merge-conflicts-by-90-percent-with-changelog-placeholders/
Discussion at keep-a-changelog: olivierlacan/keep-a-changelog#56
The text was updated successfully, but these errors were encountered: