diff options
Diffstat (limited to 'public/git/.git_template/hooks')
-rwxr-xr-x | public/git/.git_template/hooks/post-commit | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/git/.git_template/hooks/post-commit b/public/git/.git_template/hooks/post-commit deleted file mode 100755 index 82f44ec..0000000 --- a/public/git/.git_template/hooks/post-commit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -### lolcommits hook (begin) ### -LANG="" && PATH="$PATH:/usr/bin:/usr/local/bin" && if [ ! -d "$GIT_DIR/rebase-merge" ] && [ "$LOLCOMMITS_CAPTURE_DISABLED" != "true" ]; then lolcommits --capture --device 'Logitech StreamCam' --fork; fi -### lolcommits hook (end) ### |