From ea2b0999b6291c18ca3fe98a6cc4b853c497ac17 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Wed, 24 Jul 2013 01:15:10 +0200 Subject: [PATCH] vcsh: Output formatting --- vcsh | 2 ++ 1 file changed, 2 insertions(+) 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 } -- 2.39.2