Re: [PATCH] completion: complete remote names too

2018-06-04 Thread Łukasz Stelmach
It was <2018-05-30 śro 17:37>, when Duy Nguyen wrote: > On Fri, May 25, 2018 at 12:48:42PM +0200, Łukasz Stelmach wrote: >> "git remote update" accepts both groups and single remotes. >> >> Signed-off-by: Łukasz Stelmach >> --- >> contrib/completion/git-completion.bash | 2 +- >> 1 file

Re: [PATCH] completion: complete remote names too

2018-05-30 Thread Duy Nguyen
On Fri, May 25, 2018 at 12:48:42PM +0200, Łukasz Stelmach wrote: > "git remote update" accepts both groups and single remotes. > > Signed-off-by: Łukasz Stelmach > --- > contrib/completion/git-completion.bash | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] completion: complete remote names too

2018-05-29 Thread Junio C Hamano
Łukasz Stelmach writes: > "git remote update" accepts both groups and single remotes. > > Signed-off-by: Łukasz Stelmach > --- > contrib/completion/git-completion.bash | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Soliciting comments from usual suspects around this area... Thanks.

[PATCH] completion: complete remote names too

2018-05-25 Thread Łukasz Stelmach
"git remote update" accepts both groups and single remotes. Signed-off-by: Łukasz Stelmach --- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash