diff options
Diffstat (limited to 'etc/functions/git-hook')
-rw-r--r-- | etc/functions/git-hook | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/functions/git-hook b/etc/functions/git-hook index 5243ee1..3d0c705 100644 --- a/etc/functions/git-hook +++ b/etc/functions/git-hook @@ -1,6 +1,5 @@ ## vim:ft=zsh ## Small function to help with git hooks -## Written 2008 by Daniel Friesel <derf@derf.homelinux.org> autoload fdie typeset hook_dir action=${1=list} hook=$2 |