diff options
Diffstat (limited to 'etc/functions/git-hook')
-rwxr-xr-x | etc/functions/git-hook | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/functions/git-hook b/etc/functions/git-hook index 3d0c705..86c2bbb 100755 --- a/etc/functions/git-hook +++ b/etc/functions/git-hook @@ -1,5 +1,7 @@ ## vim:ft=zsh ## Small function to help with git hooks +## Copyright (C) 2008 by Daniel Friesel <derf@derf.homelinux.org> +## License: WTFPL <http://sam.zoy.org/wtfpl> autoload fdie typeset hook_dir action=${1=list} hook=$2 |