Re: [PATCH] Add support for 'git remote rm' in Bash completion script

2019-02-09 Thread Todd Zullinger
Hi, Keith Smiley wrote: >> On Feb 8, 2019, at 22:27, Todd Zullinger wrote: >> >> Hi Sergey, >> >> There was a previous discussion of this in December 2017, >> which might be useful: >> >> https://public-inbox.org/git/01020160a0004473-277c3d7c-4e3b-4c50-9d44-4a106f37f1d9-000...@eu-west-1.amazon

Re: [PATCH] Add support for 'git remote rm' in Bash completion script

2019-02-09 Thread Keith Smiley
It would be great if we could land this. Non of the other solutions since I proposed my patch have happened, so in the meantime this would be nice to have. -- Keith Smiley > On Feb 8, 2019, at 22:27, Todd Zullinger wrote: > > Hi Sergey, > > There was a previous discussion of this in December

Re: [PATCH] Add support for 'git remote rm' in Bash completion script

2019-02-08 Thread Todd Zullinger
Hi Sergey, There was a previous discussion of this in December 2017, which might be useful: https://public-inbox.org/git/01020160a0004473-277c3d7c-4e3b-4c50-9d44-4a106f37f1d9-000...@eu-west-1.amazonses.com/ It didn't end with a patch applied, but it's likely worth reading to help you make a case

[PATCH] Add support for 'git remote rm' in Bash completion script

2019-02-08 Thread Sergey Zolotarev
--- contrib/completion/git-completion.bash | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 499e56f83d..fa25d689e2 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/complet