Commit fca8da1e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Added the rest of the server-side hooks

Added pre- & post-receive hooks to the HOOKS list.
parent ed9c9259
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ source $LIBDIR/arg_parse_functions
BIN=`basename "$0"`
GIT="git ${GIT_DIR+--git-dir "${GIT_DIR}"}"
GIT_DIR="${GIT_DIR:-`git rev-parse --git-dir`}"
HOOKS="update"
HOOKS="update pre-receive post-receive"

usage ()
{