From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21665 invoked from network); 27 Sep 2007 11:25:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Sep 2007 11:25:40 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 73413 invoked from network); 27 Sep 2007 11:25:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Sep 2007 11:25:32 -0000 Received: (qmail 24408 invoked by alias); 27 Sep 2007 11:25:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23840 Received: (qmail 24395 invoked from network); 27 Sep 2007 11:25:29 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 Sep 2007 11:25:29 -0000 Received: (qmail 73220 invoked from network); 27 Sep 2007 11:25:29 -0000 Received: from wr-out-0506.google.com (64.233.184.238) by a.mx.sunsite.dk with SMTP; 27 Sep 2007 11:25:24 -0000 Received: by wr-out-0506.google.com with SMTP id c48so1015712wra for ; Thu, 27 Sep 2007 04:25:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=B3KjJpFHlehw1up9+y3BIKqW4JACV5a/nSW9TXtX5ow=; b=RztXLc/dEQKgD27W+X+RV6SRywzz/9GbIxhflkLOQJaxDqw/FjNLR7cHrAJzEHtiV3Co991Y/aMU3yJ5HCR/BvNiaspQbqacnsQwFothQA6Ix5dxLD5xj+9JBcEImuOCf9V8edsrEPe4B8ChpNBd/euVyAOTdI6h6KBedmSzjJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=eYNY+E0XJfygdunOmu2ubrdTss+EFPUkVPrXRFsfofSEHZb8k3zaapAmqrFrJ/SRGLugbsyYpwY3a75/+pmKp/MndsnPT/qlFKL8vDMmTYgT8SLUdMcQ7H7YGa+Pqg2Ct6Ix1i2MGFbgSN7TkrRWZOW5JZAy3a1zXRqT3aPfd5o= Received: by 10.90.71.3 with SMTP id t3mr2569988aga.1190892321016; Thu, 27 Sep 2007 04:25:21 -0700 (PDT) Received: by 10.90.25.18 with HTTP; Thu, 27 Sep 2007 04:25:20 -0700 (PDT) Message-ID: Date: Thu, 27 Sep 2007 13:25:20 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Mikael Magnusson" Subject: Re: PATCH: _git (large) Cc: zsh-workers@sunsite.dk In-Reply-To: <237967ef0709261616q39d1f76al9e34b8b5fb6603a7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070925155927.GA22272@scowler.net> <237967ef0709251034u4f1edc29i4ecadbed57bee1d4@mail.gmail.com> <20070925175434.GA25244@scowler.net> <237967ef0709251144t4b553b5dla9ff570de41bbed4@mail.gmail.com> <20070925190011.GA26894@scowler.net> <237967ef0709261616q39d1f76al9e34b8b5fb6603a7@mail.gmail.com> X-Google-Sender-Auth: f4a3b0e4dd38ff05 On 9/27/07, Mikael Magnusson wrote: > Found another issue, with fix > There is a reference to __git_tag_ids on line 2677 but i'm not sure > what it's supposed to do exactly. No, this is most likely a remnant. I've always tried to name the functions after the documentation, but $(man git-verify-tag) doesn't discuss tag ids (any more). By the way, I'll discontinue updating my version of _git now, sending patches against the Zsh repository in the future. There are still a few differences between the two versions. The final differences should be merged in to the Zsh repository before I shut my version down. Also, any plans on moving Zsh to Git? :-) nikolai