diff options
author | Alan Pearce | 2013-05-18 21:21:56 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-18 21:21:56 +0100 |
commit | 929b15f975cba6515e44abe35c0ff2e807bc7be1 (patch) | |
tree | bd4d1fe3f16363e26d62f66b4afc7afc50e7496f /git-hooks/post-checkout | |
parent | 40d623657794a009617ca0b28634649914870d02 (diff) | |
download | dotfiles-929b15f975cba6515e44abe35c0ff2e807bc7be1.tar.lz dotfiles-929b15f975cba6515e44abe35c0ff2e807bc7be1.tar.zst dotfiles-929b15f975cba6515e44abe35c0ff2e807bc7be1.zip |
Use post-merge hook instead of post-checkout
Diffstat (limited to 'git-hooks/post-checkout')
-rwxr-xr-x | git-hooks/post-checkout | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git-hooks/post-checkout b/git-hooks/post-checkout deleted file mode 100755 index 96f2200..0000000 --- a/git-hooks/post-checkout +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env zsh -exec "$GIT_DIR/../install" |