Hacker News new | ask | show | jobs
by aaronblohowiak 6308 days ago
... it also spits out very good explanations of what failed in the more complex merges, which saves you time. I love good error messages.
1 comments

I do too, and as someone who has just started using Git... the error messages need some help. Luckily, it's open source, so I decided to take a look and see if I could improve them... unfortunately, they are hard-coded into the source, and not in some central location, making it very difficult to change.