Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [BUG] git checkout completion shows duplicated branch names
- X-seq: zsh-workers 43539
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: [BUG] git checkout completion shows duplicated branch names
- Date: Mon, 24 Sep 2018 17:24:00 -0700
- Cc: Marc Cornellà <marc.cornella@xxxxxxxx>, "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=oSMj4ZRxfY959P7kYqRYVDVHqlUWvbuBXkk30wHwozY=; b=rtgqHvpFOHmwDeoXDHKNKzSFZ2NicXcn1sjV2SGVhSSoobvsmTtYhp9kbuvSaw+1Ii pMEK37Kjp3T2r9dZpgrWHOaLqP0B3efPPnsgljzpuGVylufSF8JCxvGNIEl/RsWuwzYC /tREEXMdXZZE1yC/uYnbrfCzzvv5tddECCg3BHzwba3YbhpvaINlqn9SgoeQWsvwk8pF oBPjf9mOlrq4t7n/KGQrK+D+RwBq7GhKp4d+bPA1+vV5uwe16+zTsLtTQOXdjNvCR+0Y 0ihdd4Tz1Vzdw2BzACF3VFMWJi09g9rpK972KbL8XfYxKuQKg1V4bNBlsSeeA+El22VI WdBw==
- In-reply-to: <20180924180000.m257nywzw3os6fwh@tarpaulin.shahaf.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>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <AM0P195MB03370F6E436A8BA5D4ECE09D84170@AM0P195MB0337.EURP195.PROD.OUTLOOK.COM> <1537805063.1343776.1518857576.402E4300@webmail.messagingengine.com> <20180924180000.m257nywzw3os6fwh@tarpaulin.shahaf.local2>
On Mon, Sep 24, 2018 at 11:00 AM, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>
> Can anyone think of a reason to consider matches different if their display
> strings both exist, and differ; or if one of them has a display string and one
> does not?
Perhaps not in the latter case, but if the items really should be in
two different groups (and the groups are going to be displayed
separately) or the display string is providing info to the user that
explains why one might wish to select that completion, then it's
potentially helpful to include it both times.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author