Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] git log --dirstat=20 --shortstat completion
- X-seq: zsh-workers 29701
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Martin Luder <maser@xxxxxxxxxxxxx>
- Subject: Re: [PATCH] git log --dirstat=20 --shortstat completion
- Date: Wed, 17 Aug 2011 12:50:45 +0200
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=JIgXQZf4A2PMcA85cCPdDUtayDmH+LBY+K4mkX8HMok=; b=yEBqtI8Gx09zlu9b+u1415ZK6t2OMakN+QnoqP79JnK/Pec8SEZp2tWLtjTueJqfGH wGoFoCzED3CURSaQ0FoYS3JTDpI8KnIGDeSs7tSt7DNFEslSbL7FZfHiU2ixXDHjFGA8 jVx8jOYI9/Zd6gMz8x1v3QFf7ooxxWdOkYtQw=
- In-reply-to: <CADwPpBSfq3qg88B8avgQYpNDx3zSHR=d1bshNPQLrF-6K+8faA@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: <CADwPpBSfq3qg88B8avgQYpNDx3zSHR=d1bshNPQLrF-6K+8faA@mail.gmail.com>
- Sender: nikolai.weibull@xxxxxxxxx
On Wed, Aug 17, 2011 at 11:32, Martin Luder <maser@xxxxxxxxxxxxx> wrote:
> Hi
>
> I changed git log completion so it still completes branch names when
> --dirstat=20 --shortstat options are present.
>
> I have to admit that I don’t really know what I am doing, I copied the
> two lines from the git diff options function. Completion works now, though.
It seems that git log should take git diff options. Adding a call to
__git_setup_diff_options should do the trick.
This has been applied to CVS.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author