Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _git commit object name completion
- X-seq: zsh-workers 35361
 
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
 
- To: Zsh Hackers' List <zsh-workers@xxxxxxx>
 
- Subject: Re: _git commit object name completion
 
- Date: Tue, 2 Jun 2015 10:18:59 +0000
 
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=	daniel.shahaf.name; h=content-type:date:from:in-reply-to	:message-id:mime-version:references:subject:to:x-sasl-enc	:x-sasl-enc; s=mesmtp; bh=gq8HEP1jDRHYnNubTQZ59tfCtU4=; b=PxWth3	cHn3lymMJSL3islSemTOkxxpfkUILVxLb/3Gat6DvH9r25MkxwTvq04ZcCCvKAmg	yFvxgV9z7MrXbx+GAplA3MHy7QfEtH+bEJsN98sAlm/Iohw42Gpz2mPgB81r5vh0	UcZFMndKuCjww3YseWp5GNeMwvbTsfruoqQAs=
 
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=	messagingengine.com; h=content-type:date:from:in-reply-to	:message-id:mime-version:references:subject:to:x-sasl-enc	:x-sasl-enc; s=smtpout; bh=gq8HEP1jDRHYnNubTQZ59tfCtU4=; b=XUlZM	5OGowPVnzwumbkDBjuLZ2B3MMng1Ta/pgw3Tq9p3LFCIsbORfrBVSS2a6omghvqz	TAXozudRVECh4q1QGaHWqQJ1Gc6G2THocuYAnkRLOdDzvqgSv7SU5iucA51yLYJ8	AAmq3PzKgJCdj+NS2BbZoBkb3r6WBRTnf5iFwY=
 
- In-reply-to: <555AF3FD.7000105@thequod.de>
 
- 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: <20150519013803.GC2024@tarsus.local2> <555AF3FD.7000105@thequod.de>
 
Daniel Hahler wrote on Tue, May 19, 2015 at 10:27:41 +0200:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 19.05.2015 03:38, Daniel Shahaf wrote:
> 
> > - At one point I saw _two_ suggested completions:
> >     f82ecfc  -- [f82ecfc] m (88 seconds ago)
> >     f82ecfc  -- [f82ecfc] m (89 seconds ago)
> 
> That's a "funny" side-effect of it being called twice.
> 
> __git_commits gets called through __git_revisions and
>  __git_tree_ishs for git-commit.
> 
> Should be fixed by 35216, feedback/testing would be welcome on that.
I've been using 35216 in my normal build for the past couple of weeks
and haven't noticed anything odd.  Ship it?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author