diff options
| author | bewater <bewater> | 2010-03-04 16:13:54 +0000 |
|---|---|---|
| committer | bewater <bewater> | 2010-03-04 16:13:54 +0000 |
| commit | b2daf9a6fa95f74706d89216e2bf0eb19529b178 (patch) | |
| tree | 705e2cf96da956f56d6da0f97cd023a18fd886ff /Completion/Unix/Command | |
| parent | Frank: 27768: shut up cd some more (diff) | |
| download | zsh-b2daf9a6fa95f74706d89216e2bf0eb19529b178.tar zsh-b2daf9a6fa95f74706d89216e2bf0eb19529b178.tar.gz zsh-b2daf9a6fa95f74706d89216e2bf0eb19529b178.tar.bz2 zsh-b2daf9a6fa95f74706d89216e2bf0eb19529b178.tar.lz zsh-b2daf9a6fa95f74706d89216e2bf0eb19529b178.tar.xz zsh-b2daf9a6fa95f74706d89216e2bf0eb19529b178.tar.zst zsh-b2daf9a6fa95f74706d89216e2bf0eb19529b178.zip | |
_git: support for user-specific sub commands
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_git | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index c87593e93..d7570cc6f 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1,5 +1,25 @@ #compdef git git-cvsserver git-receive-pack git-upload-archive git-upload-pack git-shell +# Some parts of this completion's behaviour are configurable: +# +# Say, you got your own git sub-commands (git will run a program `git-foo' |
