Re: [PATCH] completion: remove 'git column' from porcelain commands

2015-12-11 Thread Duy Nguyen
On Fri, Dec 11, 2015 at 7:16 PM, Junio C Hamano wrote: > SZEDER Gábor writes: > >> 'git column' is an internal helper, so it should not be offered on >> 'git ' along with porcelain commands. >> >> Signed-off-by: SZEDER Gábor >> --- > > I think this makes sense. > Objections? Not from me. -- Du

Re: [PATCH] completion: remove 'git column' from porcelain commands

2015-12-11 Thread Junio C Hamano
SZEDER Gábor writes: > 'git column' is an internal helper, so it should not be offered on > 'git ' along with porcelain commands. > > Signed-off-by: SZEDER Gábor > --- I think this makes sense. Objections? > contrib/completion/git-completion.bash | 1 + > 1 file changed, 1 insertion(+) > > di

[PATCH] completion: remove 'git column' from porcelain commands

2015-12-11 Thread SZEDER Gábor
'git column' is an internal helper, so it should not be offered on 'git ' along with porcelain commands. Signed-off-by: SZEDER Gábor --- contrib/completion/git-completion.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-com