For those curious, the source of the broken behavior is npm's
completion script. It is modifying COMP_WORDBREAKS. There are two open
issues against npm for this bug.
https://github.com/npm/npm/issues/4530
https://github.com/npm/npm/issues/5820
Jason
--
To unsubscribe from this list: send the line
On Sun, Mar 22, 2015 at 7:06 AM, SZEDER Gábor wrote:
>
> Hi,
>
> Quoting Jason Karns :
>
>> There appears to be a bug in the bash completion for git-branch when
>> attempting to complete the remote ref argument for --set-upstream-to=
>>
>> When:
>>
>> $ git branch --set-upstream-to=origin/mast
>>
Hi,
Quoting Jason Karns :
There appears to be a bug in the bash completion for git-branch when
attempting to complete the remote ref argument for --set-upstream-to=
When:
$ git branch --set-upstream-to=origin/mast
I would expect it to complete to:
$ git branch --set-upstream-to=origin/mast
On Fri, Mar 20, 2015 at 11:15 AM, Jason Karns wrote:
> There appears to be a bug in the bash completion for git-branch when
> attempting to complete the remote ref argument for --set-upstream-to=
>
> When:
>
> $ git branch --set-upstream-to=origin/mast
>
> I would expect it to complete to:
>
> $ g
There appears to be a bug in the bash completion for git-branch when
attempting to complete the remote ref argument for --set-upstream-to=
When:
$ git branch --set-upstream-to=origin/mast
I would expect it to complete to:
$ git branch --set-upstream-to=origin/master
However, the completion for
5 matches
Mail list logo