Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Feature request: tab completion for git tree paths
- X-seq: zsh-workers 28942
- From: Johannes Bittner <johannes.bittner@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Feature request: tab completion for git tree paths
- Date: Sun, 27 Mar 2011 14:06:46 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=NQRGwu7p80tZoxocOFWDu8zMTDp+grgutDnntYX4wsg=; b=f9PLeIpd2FJtmXdPXWo24GhIRDgrlMWJ7yU1ZEhVazTSBN6+L7IGZbPXPrvtuXRkRR ZaFUR3BDRpfGTysqxHDR1lA+IAq5cMa/6rusumSt1mAUgWVvdLfXot83dqVWAUAmxyRY saXzzPxWLQNGz3s3vVqtmnfa8/gYiNp+UypJk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=O5ZLkW9xpuJcGKygT2P2x4mwFOTEeIvZRfFzTXZKUFBVJtIy9DI31OdNFkXpYo1aU4 O0/JZgsGeNKrl13R8/fFEY8RRP/4Nj06uU1JBMPwcEbVaBVnKc7w0dDuZX0YjMiM4XKD Z8nPM0Q7jjBVaYPidMUy5OB9XdlHSRq2RCRW4=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello,
I very handy feature of the git completion in bash[1] is that it can
complete tree paths, e.g. it can complete an expression like
"HEAD:path/to/file". Would it be possible to integrate this in the git
completion support for zsh? Or has it already been integrated, but my
version of zsh (4.3.10) lacks support for it?
On a related note, using bashcompinit as described in [1] doesn't seem
to enable completion of tree paths, any ideas why this doesn't work?
Bye,
Johannes
[1]http://git.kernel.org/?p=git/git.git;a=blob_plain;f=contrib/completion/git-completion.bash;hb=HEAD
Messages sorted by:
Reverse Date,
Date,
Thread,
Author