Re: [RFC SAMPLE] builtin/branch: give more useful error messages when renaming
Sorry, the email client seems to have crapped up the formatting. In case it looks difficult to follow, let me know so that I could send a better version. --- Kaartic
[RFC SAMPLE] builtin/branch: give more useful error messages when renaming
The patch series results in a change in output as specified below. Only few cases have been shown here to keep it short. The output for other cases are similar. $ git branch * master foo bar Before patch, $ # Trying to rename non-existent branch $ git branch -m hypothet no_such_branch err