Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: nits with new _git
- X-seq: zsh-workers 29273
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: nits with new _git
- Date: Sat, 14 May 2011 03:46:04 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=PWU3hdYDTbUDTnPwkFxg8ST7ovMl0RUO2fMCr+D+HcI=; b=litZceld5E19Bfm7lGhQ3i9WcMspejtOw0jTb5WVQlyCWoop84pbsjxTeDxp+UN8qJ kioC4W3HbjDEnrhw0mWx5GHyBPSS6U3I73No8u6hQusR7i0ijClgOLUUiS7dh0dug0kZ By3sHpDqAJdsUcPcsKXE0AJg+mBU0aFHVXZ6Q=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=uUd6UvNqGwiZawv9SwAvr5etZ/sH9D4sl7/ry88cf6O6/705dJ15Xz9x6ZD5EC1Ulg /aHeWtenKWUjuviN9GD5x1jEioadQgOPcPnH9y/39Ae+C1E2JFdix6BZLcAZd1XzrRmS wpdN0weOQk6hcSAaZdyuB+AzJb6pin2gOUorM=
- In-reply-to: <BANLkTinV2euaa_w+F7m7U0KMZm1ajYDMUg@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <BANLkTinV2euaa_w+F7m7U0KMZm1ajYDMUg@mail.gmail.com>
Also noticed now, some options that take numbers just show '-M' as the
description instead of the actual string. For example git tag -n <tab>
and git fast-export --progress=<tab>, while git config
gui.blamehistoryctx <tab> properly shows 'number of days'.
On 14 May 2011 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.
>
> The other thing is that git branch -d -r <tab> doesn't complete remote branches.
>
> --
> Mikael Magnusson
>
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author