From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-return-43547-ml=inbox.vuxu.org@zsh.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 3ff6c191 for ; Tue, 25 Sep 2018 16:53:43 +0000 (UTC) Received: (qmail 7403 invoked by alias); 25 Sep 2018 16:53:32 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 43547 Received: (qmail 22593 invoked by uid 1010); 25 Sep 2018 16:53:32 -0000 X-Qmail-Scanner-Diagnostics: from out1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.25):SA:0(-2.6/5.0):. Processed in 0.772629 secs); 25 Sep 2018 16:53:32 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | 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 == X-ME-Proxy: X-ME-Sender: Message-Id: <1537893781.3440282.1520248648.5C05E858@webmail.messagingengine.com> From: Daniel Shahaf To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-2e36a0dc In-Reply-To: <97867-1537836417.607408@ncg4.-zqh.qDGo> Date: Tue, 25 Sep 2018 16:43:01 +0000 References: <1537805063.1343776.1518857576.402E4300@webmail.messagingengine.com> <20180924180000.m257nywzw3os6fwh@tarpaulin.shahaf.local2> <97867-1537836417.607408@ncg4.-zqh.qDGo> Subject: Re: [BUG] git checkout completion shows duplicated branch names 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.