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-merge | |
parent | 40d623657794a009617ca0b28634649914870d02 (diff) | |
download | nixfiles-929b15f975cba6515e44abe35c0ff2e807bc7be1.tar.lz nixfiles-929b15f975cba6515e44abe35c0ff2e807bc7be1.tar.zst nixfiles-929b15f975cba6515e44abe35c0ff2e807bc7be1.zip |
Use post-merge hook instead of post-checkout
Diffstat (limited to 'git-hooks/post-merge')
-rwxr-xr-x | git-hooks/post-merge | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-hooks/post-merge b/git-hooks/post-merge new file mode 100755 index 00000000..96f22007 --- /dev/null +++ b/git-hooks/post-merge @@ -0,0 +1,2 @@ +#!/usr/bin/env zsh +exec "$GIT_DIR/../install" |