X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/65dc14e50ac4a8b19e0c27671d18cfd50b60bd8e..ea2b0999b6291c18ca3fe98a6cc4b853c497ac17:/vcsh?ds=inline diff --git a/vcsh b/vcsh index ea88931..0742bec 100755 --- a/vcsh +++ b/vcsh @@ -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 }