From fd04d0d999f91f024e7abbfe623aa72cbeb95a46 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 19 Sep 2013 23:36:58 +0200 Subject: [PATCH] vcsh: Make `vcsh version` print vcsh and git version information --- vcsh | 1 + 1 file changed, 1 insertion(+) diff --git a/vcsh b/vcsh index 508c087..1fc78e2 100755 --- a/vcsh +++ b/vcsh @@ -395,6 +395,7 @@ if [ "$1" = 'clone' ]; then export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git" elif [ "$1" = 'version' ]; then echo "$SELF $VERSION" + git version exit elif [ "$1" = 'which' ]; then [ -z "$2" ] && fatal "$1: please specify a filename" 1 -- 2.39.2