Re: git branch --editdescription fatal error

2017-01-06 Thread Jeff King
On Fri, Jan 06, 2017 at 11:43:52AM -0800, Stefan Beller wrote: > >>> When executing "git branch --edit-description" on a branch with > >>> no description set, I get "fatal: could not unset > >>> 'branch..description". It would seem that the unsetting piece > >>> should occur only after checkin

Re: git branch --editdescription fatal error

2017-01-06 Thread Ralf Thielow
2017-01-06 20:43 GMT+01:00 Stefan Beller : > On Fri, Jan 6, 2017 at 11:31 AM, Ralf Thielow wrote: >> 2017-01-06 18:55 GMT+01:00 Stefan Beller : >>> On Fri, Jan 6, 2017 at 9:25 AM, Jake Lambert wrote: Hello, When executing "git branch --edit-description" on a branch with no d

Re: git branch --editdescription fatal error

2017-01-06 Thread Stefan Beller
On Fri, Jan 6, 2017 at 11:31 AM, Ralf Thielow wrote: > 2017-01-06 18:55 GMT+01:00 Stefan Beller : >> On Fri, Jan 6, 2017 at 9:25 AM, Jake Lambert wrote: >>> Hello, >>> >>> When executing "git branch --edit-description" on a branch with no >>> description set, I get "fatal: could not unset >>>

Re: git branch --editdescription fatal error

2017-01-06 Thread Ralf Thielow
2017-01-06 18:55 GMT+01:00 Stefan Beller : > On Fri, Jan 6, 2017 at 9:25 AM, Jake Lambert wrote: >> Hello, >> >> When executing "git branch --edit-description" on a branch with no >> description set, I get "fatal: could not unset >> 'branch..description". It would seem that the unsetting piece

Re: git branch --editdescription fatal error

2017-01-06 Thread Stefan Beller
On Fri, Jan 6, 2017 at 9:25 AM, Jake Lambert wrote: > Hello, > > When executing "git branch --edit-description" on a branch with no > description set, I get "fatal: could not unset 'branch..description". > It would seem that the unsetting piece should occur only after checking if it > was set

git branch --editdescription fatal error

2017-01-06 Thread Jake Lambert
Hello, When executing "git branch --edit-description" on a branch with no description set, I get "fatal: could not unset 'branch..description". It would seem that the unsetting piece should occur only after checking if it was set in the first place. I am not too familiar with the inner working