Re: [PATCH 4/4] branch: add '--show-description' option

2018-01-02 Thread SZEDER Gábor
adding an error message instead. And it would look like this: -- >8 -- Subject: [PATCH 4/4] branch: add '--show-description' option 'git branch' has an option to edit a branch's description, but lacks the option to show that description. Therefore, add a new '--show-description' option to d

Re: [PATCH 4/4] branch: add '--show-description' option

2018-01-02 Thread SZEDER Gábor
On Tue, Jan 2, 2018 at 10:32 AM, Johannes Sixt wrote: > Am 01.01.2018 um 23:54 schrieb SZEDER Gábor: >>- errors out with a proper error message when the given branch >> doesn't exist (but exits quietly with an error code when the >> branch does exit but has no

Re: [PATCH 4/4] branch: add '--show-description' option

2018-01-02 Thread SZEDER Gábor
On Tue, Jan 2, 2018 at 6:17 AM, Eric Sunshine wrote: > On Mon, Jan 1, 2018 at 5:54 PM, SZEDER Gábor wrote: > s/exit/exist/ Thanks. >> query does). >> >> Signed-off-by: SZEDER Gábor >> --- >> diff --git

Re: [PATCH 4/4] branch: add '--show-description' option

2018-01-02 Thread Johannes Sixt
Am 01.01.2018 um 23:54 schrieb SZEDER Gábor: 'git branch' has an option to edit a branch's description, but lacks the option to show that description. Therefore, add a new '--show-description' option to do just that, as a more user-friendly alternative to 'git config --get

Re: [PATCH 4/4] branch: add '--show-description' option

2018-01-01 Thread Eric Sunshine
On Mon, Jan 1, 2018 at 5:54 PM, SZEDER Gábor wrote: > 'git branch' has an option to edit a branch's description, but lacks > the option to show that description. > > Therefore, add a new '--show-description' option to do just that, as a > more user-friendly alternative to

[PATCH 4/4] branch: add '--show-description' option

2018-01-01 Thread SZEDER Gábor
'git branch' has an option to edit a branch's description, but lacks the option to show that description. Therefore, add a new '--show-description' option to do just that, as a more user-friendly alternative to 'git config --get branch.$branchname.description': - it's shorter to type (both in