From 97a799c00e31d028f83743419ee9be7f10e41d5a Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 12 Oct 2023 14:16:30 +0200 Subject: Add git --- public/git/.git_template/hooks/post-commit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 public/git/.git_template/hooks/post-commit (limited to 'public/git/.git_template') diff --git a/public/git/.git_template/hooks/post-commit b/public/git/.git_template/hooks/post-commit new file mode 100755 index 0000000..82f44ec --- /dev/null +++ b/public/git/.git_template/hooks/post-commit @@ -0,0 +1,5 @@ +#!/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) ### -- cgit v1.2.3