diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-22 12:22:33 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-22 12:22:33 +0100 |
commit | d6fcab291135c77c832a58b39d0909433af89c05 (patch) | |
tree | 7bf12ce9c7860c90a61483d4cb408ac1963ed7d5 /etc/functions/git-hook | |
parent | c4ab78acd3931f1d9970a4b66f62dc211f489d27 (diff) |
Cleaned up / updated file headers
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 |