From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15987 invoked by alias); 1 Jul 2010 08:26:29 -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: 15137 Received: (qmail 20773 invoked from network); 1 Jul 2010 08:26:25 -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,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: Nicolas Sebrecht Cc: zsh-users@zsh.org, Clint Adams , Doug Kearns , Peter Stephenson , Nikolai Weibull Subject: Re: Git completion - contributing to git.git In-Reply-To: <20100701010506.GC13062@vidovic> (Nicolas Sebrecht's message of "Thu, 1 Jul 2010 03:05:06 +0200") References: <20100701010506.GC13062@vidovic> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Date: Thu, 01 Jul 2010 10:19:14 +0200 Message-ID: <877hlffwcd.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Df-Sender: 430444 Nicolas Sebrecht wrote: > 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. It's actually fairly trivial to update a single completion without updating the main shell: > 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 ? IMHO it doesn't matter so much *where* a completion is maintained. It's much more important that it is maintained and updated at all. It would be great to see more people contributing to `_git'; because frankly, it's huge and needs more man power. It'd be great to see more people trying to get it in sync with git's master branch. Personally I'm only touching it if there's a serious itch I feel, that needs relief. But most of the time, the completion just works fine for me. And FWIW, I like it that the zsh repository is the central source of completion functions. No searching for where to get a completion; no thinking about which version is right. Also, maintaining something in two places is a pain in the ass. :) > PS: I know the Git mailing list doesn't need subscription to post. Does > the zsh lists ask for subscribing ? I don't think you need to be subscribed here either. Regards, Frank -- In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925