Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Use helper functions for git completion in my own completions
- X-seq: zsh-users 16510
- From: Ansgar Burchardt <ansgar@xxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Use helper functions for git completion in my own completions
- Date: Tue, 18 Oct 2011 14:10:09 +0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
is it possible to use the helper functions defined in "_git" for the git
command in my own completion functions?
I am taking my first steps with writing completions for the
git-import-dsc, git-import-orig commands in Debian, but am not surehow I
can make sure helper functions such as __git_branch_names are available
when I user "git-import-dsc" (they are available when I use "git
import-dsc").
Regards,
Ansgar
Messages sorted by:
Reverse Date,
Date,
Thread,
Author