From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26616 invoked from network); 29 Jan 2009 12:23:54 -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=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 12:23:54 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 71562 invoked from network); 29 Jan 2009 12:22:51 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Jan 2009 12:22:51 -0000 Received: (qmail 9851 invoked by alias); 29 Jan 2009 12:22:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26475 Received: (qmail 9760 invoked from network); 29 Jan 2009 12:22:09 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Jan 2009 12:22:09 -0000 Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 174A180271F0 for ; Thu, 29 Jan 2009 13:22:04 +0100 (CET) Received: from ingmar by bach.exherbo.org with local (Exim 4.69) (envelope-from ) id 1LSVu2-0000Kk-Tc for zsh-workers@sunsite.dk; Thu, 29 Jan 2009 12:21:50 +0000 From: Ingmar Vanhassel To: Zsh Hackers' List Subject: [PATCH] Updates to git completion Date: Thu, 29 Jan 2009 12:21:42 +0000 Message-Id: <1233231710-1204-1-git-send-email-ingmar@exherbo.org> X-Mailer: git-send-email 1.6.0.1 X-Virus-Scanned: ClamAV 0.92.1/8918/Thu Jan 29 12:42:19 2009 on bifrost X-Virus-Status: Clean I've started working on updating the git completion for command line changes in git 1.6.0 & newer. Here are some initial patches. Comments & reviews really welcome, these are my first zsh patches. :) More to follow, Ingmar