From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14197 invoked by alias); 6 Jun 2015 19:27:33 -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: 35403 Received: (qmail 13445 invoked from network); 6 Jun 2015 19:27:31 -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=kdIHmMFOSGfIuRyGfQkvLLWZZxhqw4dnYcPFhANmuj0=; b=NlJXxGDo6zLb0FyLycYb7k5DMJd9AK3I1xCONtneE+1QvX+P9bCfSCcP2lNjCvEYkJ TjUHTZtTJdGVueFRoCBMp3dNNUdxVkvExuRNcZLaI/28/2oTlBLNDvP++pER5Z127Bnu f1wG11hLloy2x+VX1Dqp6Cce7hSNYZlERG4t4+q23GU2xeLXfeFxcqE+fPk9H8+dvMEd sUH0SVwlUtPrOQ3GIYQqKjpNnLpOx4RQCXv7Xp4XLiEksQrKpKps42zlTG/REJT1Abr7 anksLRfKrFCGSnoIE/qfb22fUu54+hcyebR27Dn4MORo7qXg6Oi59r0Y9iCRFuEJiyNn nfrw== X-Gm-Message-State: ALoCoQk6taaIVGWkZbYxPVCGkhvO1JhFhQ6kbTbJbKbCfidvguKgARprob5Nc1Jk5+CZzGJOUV3s X-Received: by 10.202.63.212 with SMTP id m203mr7696263oia.35.1433618848302; Sat, 06 Jun 2015 12:27:28 -0700 (PDT) From: Bart Schaefer Message-Id: <150606122724.ZM12761@torch.brasslantern.com> Date: Sat, 6 Jun 2015 12:27:24 -0700 In-Reply-To: <20150602101859.GA5169@tarsus.local2> Comments: In reply to Daniel Shahaf "Re: _git commit object name completion" (Jun 2, 10:18am) References: <20150519013803.GC2024@tarsus.local2> <555AF3FD.7000105@thequod.de> <20150602101859.GA5169@tarsus.local2> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Hackers' List" Subject: Re: _git commit object name completion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 2, 10:18am, Daniel Shahaf wrote: } Subject: Re: _git commit object name completion } } Daniel Hahler wrote on Tue, May 19, 2015 at 10:27:41 +0200: } > } > __git_commits gets called through __git_revisions and } > __git_tree_ishs for git-commit. } > } > Should be fixed by 35216, feedback/testing would be welcome on that. } } I've been using 35216 in my normal build for the past couple of weeks } and haven't noticed anything odd. Ship it? I would say so. I thought it was already in. Definitely now that 5.0.8 is out, it should get committed to be tested adequately.