X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/5c427f8fb10b356c259d6aeec4ffbdb7c1f8b056..ea2b0999b6291c18ca3fe98a6cc4b853c497ac17:/vcsh?ds=sidebyside diff --git a/vcsh b/vcsh index b54ecb4..0742bec 100755 --- a/vcsh +++ b/vcsh @@ -24,7 +24,7 @@ basename() { } SELF=$(basename $0) -VERSION='1.20130614' +VERSION='1.20130723' fatal() { echo "$SELF: fatal: $1" >&2 @@ -233,6 +233,7 @@ pull() { export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git" use git pull + echo done hook post-pull } @@ -244,6 +245,7 @@ push() { export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git" use git push + echo done hook post-push }