From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20145 invoked from network); 29 Jan 2009 14:36:46 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) 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.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Jan 2009 14:36:46 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 11284 invoked from network); 29 Jan 2009 14:36:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Jan 2009 14:36:42 -0000 Received: (qmail 12461 invoked by alias); 29 Jan 2009 14:36:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26477 Received: (qmail 12448 invoked from network); 29 Jan 2009 14:36:38 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Jan 2009 14:36:38 -0000 Received: from mail-ew0-f20.google.com (mail-ew0-f20.google.com [209.85.219.20]) by bifrost.dotsrc.org (Postfix) with ESMTP id 1015380271F0 for ; Thu, 29 Jan 2009 15:36:35 +0100 (CET) Received: by ewy13 with SMTP id 13so4051862ewy.21 for ; Thu, 29 Jan 2009 06:36:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ElT3UrKOj9h/0W1oMm236ZnZ10AuweqLm+zgTjclo/Y=; b=Shr2ph6WPEfzIst6R6hUpNy+Xd9kpZSVLaUUNMalkYhxMLzsYGUgNGsWg6AGK5mKZ/ mNwX3nl7sWFEggjJ4n3as7WgIOpZzLDGAnkqUCh769BDR4t3gB+KUqDimJurwwIUdFF8 sPiAlAdAl0MZHE4smR4lv9Av+S0ZgFZ4Mh4lY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fUTuQQRyTRYAvmSscuZNgo5RemHeYqV7qFMt5y4qwm+o1rptC3hegFCJ0yMYf5XbqA 1+TZVbaktaH0EsYPlHSNS8EN90XTrYyYAErv8uJDgpm6IPpUyP0gnlMhJtEA85TaTCK3 /dBq+8aqPVl9uiyg6KOGq7pBi+EMuC3RUOdbY= MIME-Version: 1.0 Received: by 10.86.76.20 with SMTP id y20mr116368fga.37.1233239795637; Thu, 29 Jan 2009 06:36:35 -0800 (PST) In-Reply-To: <1233231710-1204-1-git-send-email-ingmar@exherbo.org> References: <1233231710-1204-1-git-send-email-ingmar@exherbo.org> Date: Thu, 29 Jan 2009 15:36:35 +0100 Message-ID: <2d460de70901290636g6e0b43fw971397716cba8886@mail.gmail.com> Subject: Re: [PATCH] Updates to git completion From: Richard Hartmann To: Ingmar Vanhassel Cc: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/8919/Thu Jan 29 14:05:38 2009 on bifrost X-Virus-Status: Clean On Thu, Jan 29, 2009 at 13:21, Ingmar Vanhassel wrote: > I've started working on updating the git completion for command line > changes in git 1.6.0 & newer. Ah, sorry, I should have read all emails on this list before answering. First of all: Thanks & welcome :) If you are adding/changing things which are not valid for older versions of git, you might want to check the git version and act depending on that. >>From looking over the patches (_not_ trying them!), they seem to make sense (provided that git has those options ;) RIchard