Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _git: offer files relative to current directory
- X-seq: zsh-workers 27482
- From: ÅtÄpÃn NÄmec <stepnem@xxxxxxxxx>
- To: "Alexey I. Froloff" <raorn@xxxxxxxxxxxx>
- Subject: Re: [PATCH] _git: offer files relative to current directory
- Date: Tue, 8 Dec 2009 11:48:39 +0100
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=4ccHqBJPYJelUWciO/A4X21S64WUAi3pydMqVmehEC0=; b=bAikk3Z4KDVyk749Ggo30fGGhkydjiiS3pqNkNRrlt+Pj2N5YMmymNZ/5nx2s7RUC0 uIiTg+OEvNddBU/QffGWMKmEq8g85rL0iUXlE7YlsvX6MN9Qgc0mT8PoDBEtIhkRWjM9 nqn0g+rMfk/F76DIRs7r5DO8fTH93zH2xhOzE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; b=q5RPzG2Od6WgHOZV5APwK6+BUpDhDXhcNvKFPHrGT0VVtcrQSXALUAYq/7ROw/XGs2 LSyyIvGC9m2s2NIk1nT6YRzEvqjmbKxziU1A0wLFfQhEq0ypAcgsRyAEnndPHXYbh4lO 7NmhXNLwL3uBoN1RZIeE3Fdnmyu880QXdgyew=
- In-reply-to: <20091207224056.GD9335@xxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: "Alexey I. Froloff" <raorn@xxxxxxxxxxxx>, zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20091205174551.GF3344@xxxxxxxxxxxx> <1260136353-20093-1-git-send-email-raorn@xxxxxxxxxxxx> <20091207224056.GD9335@xxxxxxxxxxxx>
On Tue, Dec 08, 2009 at 01:40:57AM +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.
> Any comments?
>
> --
> Regards,
> Sir Raorn.
Sorry, I have some other work currently.
Just now I tested your patch, and it doesn't work for me:
In a repository where `git status' reports the following changed files:
# modified: doc/tags
# modified: filetype.vim
# modified: ftplugin/vim.vim
# modified: ftplugin/zsh.vim
# modified: indent/sh.vim
# modified: plugin/utl.vim
# modified: snippets/_.snippets
# modified: syntax/elisp.vim
# modified: syntax/sh.vim
# modified: syntax/vim.vim
`git commit <tab>' only suggests:
doc filetype.vim ftplugin indent plugin snippets syntax
which is obviously wrong; so my current solution is still functionally
better :-/
Regards,
ÅtÄpÃn
Messages sorted by:
Reverse Date,
Date,
Thread,
Author