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 43547
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [BUG] git checkout completion shows duplicated branch names
- Date: Tue, 25 Sep 2018 16:43:01 +0000
- Dkim-signature: v=1; a=rsa-sha256; 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-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=n+2oDm 6dOsuxcgw2DZqBshom2oYoois4iPQnXNgedH4=; b=Cf1gxurliy/LlJIgr9ITsk /GLh9NJHU02zOZJL9jgx8IX/CjHtkZtctjG3n6oeHktWudd+yFW/mDTdBoyrTDYR 62Mp9UrFmzukC5xNNpQ4Eya8eYNBdjHlWdpIvYkXARNIEDjrOo0CwG9Rrwa7guP0 uzv3jCKUpbd9J28Aj1MSrYRtN6vh9Y8yLcD7J7XTviBm6+t7642q780nqWpnCchw w/hcZZfTn7WRHveapDKVYIOSYuTvo+DhW1xz4ZGTnrVMJyg3cBz+r56UvlcXHZlz oAyIxgGTrnBWGgq87LED8Kx8p/IJTAuZcrd/8WpPgX0ReT7m7GMYtFNczK/KSG4A ==
- Dkim-signature: v=1; a=rsa-sha256; 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-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=n+2oDm 6dOsuxcgw2DZqBshom2oYoois4iPQnXNgedH4=; b=qWRqdxHIwQ5AJotUcoUoE7 QNJrNaavOpGgxG+e5LpHZIwUEJUE1NHXRXxKbq7cP9UX3uPxDS2lrS1mAnFODI1l NslLAnG5yR24f6wosHNcNYmce7qac2fJ+zelSC+y05/TiB5U0/SKvwodfN0hTQL+ sQi4ASzpuJCV368tC/9EW0Z2ZitOWpEE4fy+1yGNr5C2qa330V8K0OiU9Q6Gz0Vo 0D4tE4bnSqcKKmqeh7jI40/NpOeKF32NEsrTrIcIfuz/bYPjMeg4ABK5ovS1N2lc L33mCT0ioeEllZ73dCnie925I5WS98dUh9Pw4Ju3ojz7OqPVwq7FBCfPvw6xEqww ==
- In-reply-to: <97867-1537836417.607408@ncg4.-zqh.qDGo>
- 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> <97867-1537836417.607408@ncg4.-zqh.qDGo>
Oliver Kiddle wrote on Tue, 25 Sep 2018 02:46 +0200:
> Daniel Shahaf 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?
>
> They might have different matching control rules.
The *display* strings don't affect matching control rules, do they?
Those only care about the trial completion and about the command-line
string. Even if matcheq() should compare matching control rules
as well, I think that's orthogonal to the upthread patch.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author