Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: update git completion
- X-seq: zsh-workers 42022
 
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxx
 
- Subject: Re: PATCH: update git completion
 
- Date: Tue, 14 Nov 2017 12:29:58 +0000
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=	daniel.shahaf.name; h=content-type:date:from:in-reply-to	:message-id:mime-version:references:subject:to:x-me-sender	:x-me-sender:x-sasl-enc; s=fm1; bh=OU2+wb0pkiaKbLNJtCkJK/JYi6166	5gNCV+Icmd/0Iw=; b=Av+0wUO4B/2elgbJbNiBl60M3zpovHRWpOZNwo74+4d3r	8ZRwRAs6T7tsI+Lhp40zlBerIRsUtXY2p6GyAhFiH0W6at0pGPxC1SyxpNVnwb1q	EgOvHrlGhXTuF5bE6jZr8t5RguKiS5PxXGUU8FcWEIRBG2leUoMFQAAvGq7P9C+o	ZWKTg/Iyx0doGkbl43cE799/wxReYWkXMmL50Aa8XnP/Xz27zzrWep8ayaaAM9uf	stwGHBmhDjokS3m4RxzUM4FEWrtbeqinanUGpYbBW2MREDvWMpMXYg8dyd2D7JN7	UFtLyVcJ+BQofNZwW/dLrZAlz/2epcX59ilTVPe4w==
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=	messagingengine.com; h=content-type:date:from:in-reply-to	:message-id:mime-version:references:subject:to:x-me-sender	:x-me-sender:x-sasl-enc; s=fm1; bh=OU2+wb0pkiaKbLNJtCkJK/JYi6166	5gNCV+Icmd/0Iw=; b=KXbC2xqlyMslvfRhZVWh4CNil0wtxy2XOt5LvnLk05SU3	QthyEOFW4c6FkKHy3W1M/z0qJr6cdnzSpSYkCiksIz6mu/7sytg5KFPTUlHz6d7N	+9mG9BtxL29RqZQpzZUuaH6nYbH46foDdneZYySUl1IvEqvO9q1nzAT7THpBn7PE	bBtDvnEJ73KXUSGWMJFIVmvQxNu3Uk8uU9jjP54kJaNq8MB4Y1MRBrlbbjFcmBOc	a/dtvmfgG/tdahOEsXwMvWd0xTotva6utoxvXnmHtxhlO91a1l4TGZmch3plSWD0	ikCn6fRg4ssLcT4v7DscqwK6ai5ykUh9bpMxRXRZg==
 
- In-reply-to: <2290.1510605435@thecus.kiddle.eu>
 
- List-help: <mailto:zsh-workers-help@zsh.org>
 
- List-id: Zsh Workers List <zsh-workers.zsh.org>
 
- List-post: <mailto:zsh-workers@zsh.org>
 
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
 
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
 
- References: <2290.1510605435@thecus.kiddle.eu>
 
Oliver Kiddle wrote on Mon, Nov 13, 2017 at 21:37:15 +0100:
> This brings git option completion up to 2.15.
Thanks.
> I also checked for other changes. git relink has gone at some point and
> git interpret-trailers was added. In the past, for custom formats, you
> needed git log --format=format:%... Now you can skip the format: part.
> 
> Completion for git tag/for-each-ref sort keys and formats is also
> improved.
Not specific for this patch, but in general, would you consider
splitting patches?  When the "add new options" and "improve existing
options" parts are mixed, they're harder to review.
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author