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

Re: [PATCH] git log --dirstat=20 --shortstat completion



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