From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28258 invoked by alias); 13 Dec 2009 22:16:45 -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: 27507 Received: (qmail 22021 invoked from network); 13 Dec 2009 22:16:43 -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-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:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=xGQhfhciLVN3jwNbZWldkNSkDkvgmVaaXc1MEM787rg=; b=Ny6hrcztMzhoXedomrl29EACSLFb9JLDxJZ3udFqHxY7o7JoLolLgdQUg8oHrmrJhL /RGwOhFeahY4zb6Mn90QX07h/+7KZHEZJpPbKaUcFeXZMLtjesHE6c1sGQXt93pSnPB+ zvjuZXygJY9i34asn7KnWaYe1KZE/XaxG9qfg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=AFXlRfies4T3hTHkOech63AsMN0L4ggj2043CK+xbIH9XW1l3TvgGbEgfS1XP5peoG qcZtdyrmKzqzyHDuzdT3dbUqVLhkoBI5eNC8uaFRVDooVIHc234js4m8zbjxYvDmYtku enkCqaI0XEiGtWln5DB5N1PbB9atsQUJxJPEs= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: <20091213213334.28bbeb66@pws-pc> References: <20091205174551.GF3344@altlinux.org> <1260136353-20093-1-git-send-email-raorn@altlinux.org> <20091213000820.GA20752@altlinux.org> <20091213213334.28bbeb66@pws-pc> Date: Sun, 13 Dec 2009 23:16:38 +0100 X-Google-Sender-Auth: c7efc05cd9b0f1ff Message-ID: Subject: Re: [PATCH] _git: offer files relative to current directory From: Nikolai Weibull To: Peter Stephenson Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, Dec 13, 2009 at 22:33, 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? =C2=A0Will it be accepted or rejected? > Please can someone who uses git decide. I think that it should be included. I'm the original author of _git, by they way.