diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-30 21:19:17 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-30 21:19:17 +0000 |
commit | 7c50fa1262bd106a923f8b7be85d8f23afc4ecc7 (patch) | |
tree | 78342e24fd476d5526f86f56fc8a18cdff127e5f /Doc | |
parent | abe0ee3936c7f4a291666af3a9d70ed2a6d710f4 (diff) | |
download | zsh-7c50fa1262bd106a923f8b7be85d8f23afc4ecc7.tar.gz zsh-7c50fa1262bd106a923f8b7be85d8f23afc4ecc7.tar.xz zsh-7c50fa1262bd106a923f8b7be85d8f23afc4ecc7.zip |
28961: Add `no-vcs' hook.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/contrib.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 5c82c5d46..bc4a814a5 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1307,6 +1307,11 @@ When setting tt(ret) to non-zero, the string in tt(${hook_com[guards-string]}) will be used in the var(%g) escape in the tt(patch-format) and tt(nopatch-format) styles. ) +item(tt(no-vcs))( +This hooks is called when no version control system was detected. + +The `hook_com' parameter is not used. +) item(tt(post-quilt))( Called after the tt(quilt) support is done. The following information is passed as arguments to the hook: 1. the quilt-support mode (`addon' or |