Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _git: fix gitk
- X-seq: zsh-workers 29036
- From: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- To: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] _git: fix gitk
- Date: Mon, 25 Apr 2011 13:16:43 +0200
- Cc: zsh-workers@xxxxxxx, Nikolai Weibull <now@xxxxxxxx>
- 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:cc:content-type :content-transfer-encoding; bh=VjhitdJdBic6f64AqjDd9y0cbqNbnLgy9Owcs1Wxslc=; b=YZjKaWWLTU5RhCLGVAORpl+0j64dCMILwOWLnE1G8jIFJGD0FX4JRETlFXUVfOdr7c 7/E0LIBDKaGzT+fFbNHtVEEYYXt9QYT2Sg2aYT5H68qngxC9fxsRlFP82M8DdyFQHDaT Gu7IfInT5mn/fSEzTU7opkvugPLczXOJ4HjfI=
- 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 :cc:content-type:content-transfer-encoding; b=KEZ3GuKOBXYxwijQuJKttkwgaj30sCmv98fQC3Dg5JXPkrkDb4hOlkvlvNkdXN7IPk iDLej6He2IO3cqcnOgqlmdhqNGOFihjR67PA9NG7HS52n+EdfQOMCHsD12T+MJNMbXCc Xhk3aGRfQT3S+EO/zlkDVel4JIsKGcxgpYqpA=
- In-reply-to: <87liyyn3ov.fsf@ft.bewatermyfriend.org>
- 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: <1303494181-10348-1-git-send-email-felipe.contreras@gmail.com> <87liyyn3ov.fsf@ft.bewatermyfriend.org>
On Mon, Apr 25, 2011 at 10:19 AM, Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx> wrote:
> Felipe Contreras wrote:
>> +(( $+functions[_gitk] )) ||
>> +_gitk () {
>> + _git-log
>> +}
>
> This is certainly better than what we did before (which was
> "nothing"). Does `gitk' support all `git-log' options?
It allows them, but some of them are ignored.
--
Felipe Contreras
Messages sorted by:
Reverse Date,
Date,
Thread,
Author