From: Richard Hartmann Date: Tue, 23 Jul 2013 23:15:10 +0000 (+0200) Subject: vcsh: Output formatting X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/ea2b0999b6291c18ca3fe98a6cc4b853c497ac17 vcsh: Output formatting --- 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 }