From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4641 invoked by alias); 2 Jun 2015 10:19:15 -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: 35361 Received: (qmail 21853 invoked from network); 2 Jun 2015 10:19:12 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=gq8HEP1jDRHYnNubTQZ59tfCtU4=; b=PxWth3 cHn3lymMJSL3islSemTOkxxpfkUILVxLb/3Gat6DvH9r25MkxwTvq04ZcCCvKAmg yFvxgV9z7MrXbx+GAplA3MHy7QfEtH+bEJsN98sAlm/Iohw42Gpz2mPgB81r5vh0 UcZFMndKuCjww3YseWp5GNeMwvbTsfruoqQAs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=gq8HEP1jDRHYnNubTQZ59tfCtU4=; b=XUlZM 5OGowPVnzwumbkDBjuLZ2B3MMng1Ta/pgw3Tq9p3LFCIsbORfrBVSS2a6omghvqz TAXozudRVECh4q1QGaHWqQJ1Gc6G2THocuYAnkRLOdDzvqgSv7SU5iucA51yLYJ8 AAmq3PzKgJCdj+NS2BbZoBkb3r6WBRTnf5iFwY= X-Sasl-enc: lLYLMcOqytsjMD6iONGDchBr2sBcjRcs7Dy8jadeBAAt 1433240345 Date: Tue, 2 Jun 2015 10:18:59 +0000 From: Daniel Shahaf To: Zsh Hackers' List Subject: Re: _git commit object name completion Message-ID: <20150602101859.GA5169@tarsus.local2> References: <20150519013803.GC2024@tarsus.local2> <555AF3FD.7000105@thequod.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <555AF3FD.7000105@thequod.de> User-Agent: Mutt/1.5.21 (2010-09-15) Daniel Hahler wrote on Tue, May 19, 2015 at 10:27:41 +0200: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 19.05.2015 03:38, Daniel Shahaf wrote: > > > - At one point I saw _two_ suggested completions: > > f82ecfc -- [f82ecfc] m (88 seconds ago) > > f82ecfc -- [f82ecfc] m (89 seconds ago) > > That's a "funny" side-effect of it being called twice. > > __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?