X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/28318554e3933b60023cf946b70f05f3b25e43d6..ea2b0999b6291c18ca3fe98a6cc4b853c497ac17:/vcsh 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 }