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

Re: nits with new _git



On Sat, May 14, 2011 at 03:28, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> Now that pws fixed the crash, I'm updating to the new _git, so far
> I've noticed these two things.
>
> git log --pret<tab> goes into correction, same for git show.
> % git log --pretty=
> ---- option
> --pretty  -- pretty print commit messages
> ---- corrections (errors: 2)
> --grep    -- limit commits to those with log messages matching the given pattern
> --pretty  -- pretty print commit messages
>
> Usually this would hint at some missing ret=0 somewhere, but I
> couldn't find any. Unconditionally returning 0 from _git does 'fix' it
> though, so it must be somewhere.

I can’t reproduce this issue.

> The other thing is that git branch -d -r <tab> doesn't complete remote branches.

Yes, this is still on the TODO list.



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