Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] compdescribe fix for unsorted groups (workers/34814) (was: Re: completion: git: --fixup: problem with _describe -2V and duplicate commit subjects)
- X-seq: zsh-workers 35160
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Zsh Hackers' List <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] compdescribe fix for unsorted groups (workers/34814) (was: Re: completion: git: --fixup: problem with _describe -2V and duplicate commit subjects)
- Date: Sat, 16 May 2015 22:54:22 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=XnP7jlfzrLwhG4p+ OzQ0f3BrHeo=; b=EkegSHZtceLR/TZsGRrls6GJ9z5cgE0FQaR+aNakoNr5FB37 hVgn/qF6qTHrzEbUcJWyEW3tW5dGltj0j8//6lNlzQpu58BNlbZ2ri4EzlmIVyYz S/H9619phSCituCD4tCpzd0/17ReEhNUy51+eURpysbSirhIsNQqFDGR3Ik=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=XnP7jlfzrLwhG4p +OzQ0f3BrHeo=; b=cpqD0N5CJsADxOmftN4d+dMa7QaNzt0klS0ZG7Wo6sUf4EP exiZiLKJDnRxBz1xuJdmzbVJ9grga4ntyeWs4N4y+S6bdop/0duYX1kF/mlaDSW6 eqNcZcnEasjWbsgdjfHp7aQU9QUtRxu6aDlMKFkJpigMJX2sceNMsJYP7boE=
- In-reply-to: <20150514143627.GE1932@tarsus.local2>
- 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: <5510AAD4.8040807@thequod.de> <20150329054753.GA2766@tarsus.local2> <20150514143627.GE1932@tarsus.local2>
Daniel Shahaf wrote on Thu, May 14, 2015 at 14:36:27 +0000:
> The first attached patch seems to address this. However, I encountered
> an odd problem with it, which I have not been able to narrow down. When
> I apply the first patch, Daniel Hahler's recent series, and the second
> attached patch, and then try to complete 'git checkout 1<TAB>',¹ I get
> first a screenful of hashes, and then a screenful of descriptions, and
> so on alternating. I'm not sure whether this indicates a bug in the
> first patch or an independent problem.
To be explicit: the problem goes away if I revert the first patch, but
keep the others applied. None of the other patches touch any C code or
anything remotely related to the _describe internals.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author