[PATCH 4/5] branch: mention start_name in set-upstream error messages

2013-04-02 Thread Jeff King
If we refuse a branch operation because the tracking start_name the user gave us is bogus, we just print something like: fatal: Cannot setup tracking information; start point is not a branch If we mention the actual name we tried to use, that may help the user figure out why it didn't work

Re: [PATCH 4/5] branch: mention start_name in set-upstream error messages

2013-04-02 Thread Garrett Cooper
On Tue, Apr 2, 2013 at 12:04 PM, Jeff King p...@peff.net wrote: If we refuse a branch operation because the tracking start_name the user gave us is bogus, we just print something like: fatal: Cannot setup tracking information; start point is not a branch If we mention the actual name we