Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: nits with new _git
- X-seq: zsh-workers 29304
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: nits with new _git
- Date: Tue, 17 May 2011 15:02:13 +0200
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=S39RvT/r/lnPMPH/83PhsaUjXFxRkwvkRrlVzVKsSDc=; b=NcIiIqVpHp2ZTjbkJ5WTR53cn1AEqc9wuZGQH2butc4SYkByNidouAcsJ6qH/rmuhy 6MxsXf5eNu5zYLEYAQ+N0pzoQor5MNkTJbTBtMJvNSmnLUUAHAo1LWumTn+QveWCbAYr 4mqtVOjOX7wjqDRnBQ49NQzSAsiDXtH0DA8jU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=inSuMz5E/+bWV3cg/QNOzSQJ+v8FPd8mtJroA8amMi6exIjfTjbok9bUe4ijUl1lfq Ovwk4EoYFP2YtkVkjtjE3FLYZ+j4y/SS4PA+itNOKuhGYKJ4BbyIKr+Gd+DxqV2Fe9Ui CW7htnfMc2etEz2m/jHuRhxxih1NExUnmdMMY=
- In-reply-to: <BANLkTim1YO+R1uz7gfribU1G-UrfS8NwiQ@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> <BANLkTim1YO+R1uz7gfribU1G-UrfS8NwiQ@mail.gmail.com>
- Sender: nikolai.weibull@xxxxxxxxx
On Sat, May 14, 2011 at 03:46, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> 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'.
This is a problem with __git_guard_* not checking for compadd options.
I’ll fix it tonight.
Is there any way that I could get commit access to
Completion/Unix/Command/_git
so that I can fix smaller issues like this one without first posting a
[PATCH] to zsh-workers? I’m worried that the flood of smaller patches
drown out important ones and also may result in some going missed.
If so, my user name on SourceForge is pcppopper.
Thanks!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author