From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15467 invoked by alias); 19 May 2015 22:04:06 -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: X-Seq: 35228 Received: (qmail 2044 invoked from network); 19 May 2015 22:04:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=W5GlHKUhuCr+7aL2G1tp7GPbgcvH0Q9RoWFFdI/UF0Y=; b=jMEtP1y/noyFG3neTIrvUILZtR/jM9L5PHGAkS/Z9N4bN8sxc9eBx1fswK0jvgv1FN S7giWpyKq0PuTUgGW6nOnqY+n4OVdHvk6daBJrbJuR+Fg1JgcrohXEZ+97ZTsoUGPPOM VvZ2l7oKIiVhXPAGFYx3TpJcfCUVHrOp3hp+nJuGp73Uzj2qdeI/0j2oNHyEY+5H3aeK Nb6/2xVpOuwoqiKeW1bomTwJWDlxjoC1U+8v8QZmSy/ygReZscKTr28Oh6Gzja9cyNG0 83WkzCvvzb8Huh9TaI5vW10ytFxEZMX3dVvVxyz9KoQXjdK1LdoYtN/j8DTBDL1jL+E5 BWEQ== X-Gm-Message-State: ALoCoQkAC0PU7CUwkm02r4yaTOdF7EFHa2ZvCY6hzLOqi8MUFCR0w5B4+0/DicAgBtPaFqY9gQdn X-Received: by 10.202.72.213 with SMTP id v204mr24935458oia.116.1432073040004; Tue, 19 May 2015 15:04:00 -0700 (PDT) From: Bart Schaefer Message-Id: <150519150356.ZM12349@torch.brasslantern.com> Date: Tue, 19 May 2015 15:03:56 -0700 In-Reply-To: <20150519204119.GB1837@tarsus.local2> Comments: In reply to Daniel Shahaf "Re: [PATCH] compdescribe fix for unsorted groups (workers/34814) (was: Re: completion: git: --fixup: problem with _describe -2V and duplicate commit subjects)" (May 19, 8:41pm) References: <5510AAD4.8040807@thequod.de> <20150329054753.GA2766@tarsus.local2> <20150514143627.GE1932@tarsus.local2> <20150516225422.GH1976@tarsus.local2> <150516210736.ZM4220@torch.brasslantern.com> <20150517234059.GF2214@tarsus.local2> <150517210027.ZM845@torch.brasslantern.com> <20150519013631.GB2024@tarsus.local2> <150518213714.ZM6895@torch.brasslantern.com> <20150519204119.GB1837@tarsus.local2> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Hackers' List" Subject: Re: [PATCH] compdescribe fix for unsorted groups (workers/34814) (was: Re: completion: git: --fixup: problem with _describe -2V and duplicate commit subjects) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 19, 8:41pm, Daniel Shahaf wrote: } Subject: Re: [PATCH] compdescribe fix for unsorted groups (workers/34814) } } Bart Schaefer wrote on Mon, May 18, 2015 at 21:37:14 -0700: } > I now realize that you don't mean "a screenful of ######" but rather a } > screenful of git checksums. } } Sorry about the miscommunication. I see my original phrasing was } ambiguous. I don't understand why 35169 didn't resolve the ambiguity } (that post includes a verbatim copy of the garbled output). I thought they were two different things, one that occurred with nothing after "checkout" and one that occurred when completing a partial string after "checkout". } The second patch in 35127 deliberately triggers the condition the } being-removed comment states is buggy, to prove that the first patch in } 35127 fixes that particular bug. OK, so far I'm taking your word for it. :-) -- Barton E. Schaefer