From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22570 invoked by alias); 1 Jul 2010 01:05:20 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15134 Received: (qmail 17714 invoked from network); 1 Jul 2010 01:05:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:message-id:mime-version:content-type:content-disposition :user-agent; bh=qAExaPx0KYudaPWrUJhhUnOCYqgroiGYqtOu0VppKT0=; b=gwOw4MMOqL2BZD3rqa3eon/L01e+Rw074S8YXhTvEd4m3L6aHDXMkT8a+g2df555kt FpfaOSbZjLZQaVANza0NeGajzik1yhg+U3nrPL3v8LQcDO63W8EWrhXX6h0mmeu5kUPI Ekpo35wpN56JlOgr22qvfCHaCzOzpVDTEuWL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=HXvkgpP50bjVLVBw2Vdp0lBFtkQzfvL52wzNuW0MER7bfDYr638xuQKEgomPZm2vLs a/i+2zKbIOAWJ9TIuAUzyoFL8SG5sRKFLU9gwLYYyAvpv6toyDshqvIvLwXN66+lzIGw ssWFQ7053BGkum6DQkGIah5985MEGbBycOF0k= Sender: Nicolas Sebrecht Date: Thu, 1 Jul 2010 03:05:06 +0200 From: Nicolas Sebrecht To: zsh-users@zsh.org Cc: Nicolas Sebrecht , Clint Adams , Doug Kearns , Peter Stephenson Subject: Git completion - contributing to git.git Message-ID: <20100701010506.GC13062@vidovic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Hi, As a user of Git, I'd like to have Git completion in sync with the Git project itself rather than with zsh. I don't update zsh as much as Git. I'm not saying that having completion in the zsh project doesn't make sense but that it's more relevant to have latest version of the completion in the Git project. What about starting contributing to Git ('contrib/completion' looks like a good path) ? Could Git completion contributors send their patches to the Git project too ? PS: I know the Git mailing list doesn't need subscription to post. Does the zsh lists ask for subscribing ? -- Nicolas Sebrecht