Hacker News new | ask | show | jobs
by tom9729 3587 days ago
Git does support custom merge "drivers" on a per file basis. For example: https://gist.github.com/seanh/378623
1 comments

I wonder if it would be sufficient to set the changelog's merge strategy to union in .gitattributes.
I've tried this - it helps, but it's not a silver bullet. (And GitHub doesn't use it in PRs)