Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Updated _git completion (not attached)



Nikolai Weibull wrote:
> On Sun, Feb 27, 2011 at 13:03, Nikolai Weibull <now@xxxxxxxx> wrote:
[...]
>> I was kind of hoping that people would check out my updated version,
>> give it a test, give feedback [...]
> Wayne, I would appreciate it if you merge this branch into the main repository.

Here's one: When using the git-branch completion, the `-d' option (`-D'
likewise) offers the `-r' option. But then doing:

zsh% git branch -D -r <tab>

does not offer remote branches but just local ones.

Also when reversing the options:

zsh% git branch -r -<tab>

doesn't offer `-d' or `-D' and

zsh% git branch -r -d <tab>

only offers a few more options, but no non-option parameters at all.

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925



Messages sorted by: Reverse Date, Date, Thread, Author