Re: [PATCH v3 2/6] git.c: implement --list-cmds=all and use it in git-completion.bash

2018-04-23 Thread SZEDER Gábor
On Sat, Apr 21, 2018 at 6:54 PM, Nguyễn Thái Ngọc Duy wrote: > Signed-off-by: Nguyễn Thái Ngọc Duy Oh, look, an empty commit message! :) So what does this option do and why use it in the completion script?

[PATCH v3 2/6] git.c: implement --list-cmds=all and use it in git-completion.bash

2018-04-21 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- contrib/completion/git-completion.bash | 2 +- git.c | 2 ++ help.c | 18 ++ help.h | 1 + 4 files changed, 22 insertions(+), 1 deletion(-)