From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26429 invoked by alias); 13 Dec 2009 22:21:25 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27508 Received: (qmail 15089 invoked from network); 13 Dec 2009 22:21:14 -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.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.226 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=0Cr+m5EnfegNEtpRu1yqpo0uzow/kNenG8trWpinMSM=; b=VvhQjsxah5YoEgV3ab19NtlgR7Hv1LvLB+oXrokqqDZyvA6HGI/TJCb59dzA9BhucG nKaGZjLGu95PHPYuB9DmMofC8YnHZGzpCShREJPYBJ8xPwtEtNiI9wO3s2ompBF3jbrr OU1t9GLDzFKvJ3VF1AuDemD4Qyvgs2bHipiNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; b=du0rcaBq4WkZSBSs5OBWBuypbyusrMqjE/rgUpH57Zj7djIjwiQyp16y21qeQQTMFw 0JojEct2bgeo1F+70XqIeVKNvIzBSKzPOwr/j9tDqgNesaLSetHPn30cjq4QfjP4ltnP Va5s7JGzaHJ7sFJhdmd2/IAl6B/hsfpeauqb8= Date: Sun, 13 Dec 2009 23:22:50 +0100 From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= To: zsh-workers@zsh.org Subject: Re: [PATCH] _git: offer files relative to current directory Message-ID: <20091213222250.GP21684@headley> Mail-Followup-To: zsh-workers@zsh.org References: <20091205174551.GF3344@altlinux.org> <1260136353-20093-1-git-send-email-raorn@altlinux.org> <20091213000820.GA20752@altlinux.org> <20091213213334.28bbeb66@pws-pc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20091213213334.28bbeb66@pws-pc> User-Agent: Mutt/1.5.20 (2009-08-27) On Sun, Dec 13, 2009 at 09:33:34PM +0000, Peter Stephenson wrote: > On Sun, 13 Dec 2009 03:08:20 +0300 > "Alexey I. Froloff" wrote: > > On Mon, Dec 07, 2009 at 12:52:33AM +0300, Alexey I. Froloff wrote: > > > When offering repository files (cached, deleted, changed, etc), make > > > sure that paths are relative to current directory, as git expects. > > So, what about this patch? Will it be accepted or rejected? > > Please can someone who uses git decide. I assume this calls for voices more authoritative than mine; nevertheless, as someone who took part in its discussion and tested it, I can only recommend this patch -- it fixes a real and visible problem with the current git completion. (I also remember a user complaint about the current incorrect behaviour in the #zsh channel on Freenode -- that was actually what instigated my interest in fixing the problem myself originally) Štěpán