From eb54df6a6239a5401ae7af2edc13410a2f2c9cba Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 19 Sep 2013 23:45:51 +0200 Subject: [PATCH] vcsh: Add git version information on all debug runs --- vcsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcsh b/vcsh index ab58f3a..3cea666 100755 --- a/vcsh +++ b/vcsh @@ -390,6 +390,8 @@ write_gitignore() { fatal "could not move '$tempfile' to '$VCSH_BASE/.gitignore.d/$VCSH_REPO_NAME'" 53 } +debug `git version` + if [ ! "x$VCSH_GITIGNORE" = 'xexact' ] && [ ! "x$VCSH_GITIGNORE" = 'xnone' ] && [ ! "x$VCSH_GITIGNORE" = 'xrecursive' ]; then fatal "'\$VCSH_GITIGNORE' must equal 'exact', 'none', or 'recursive'" 1 fi -- 2.39.2