Y
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
slavik81
3587 days ago
I wonder if it would be sufficient to set the changelog's merge strategy to union in .gitattributes.
link
hadley
3587 days ago
I've tried this - it helps, but it's not a silver bullet. (And GitHub doesn't use it in PRs)
link