summary refs log tree commit diff stats
path: root/git-hooks/post-checkout
diff options
context:
space:
mode:
authorAlan Pearce2013-05-18 21:21:56 +0100
committerAlan Pearce2013-05-18 21:21:56 +0100
commit929b15f975cba6515e44abe35c0ff2e807bc7be1 (patch)
treebd4d1fe3f16363e26d62f66b4afc7afc50e7496f /git-hooks/post-checkout
parent40d623657794a009617ca0b28634649914870d02 (diff)
downloaddotfiles-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-xgit-hooks/post-checkout2
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"