From fe16a70ea7cde75b510c4202032aa0a7546087f6 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 3 Mar 2013 02:18:24 -0800 Subject: [PATCH] Add some instructions if it still doesn't work. --- Windows/git-version-gen.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/Windows/git-version-gen.cmd b/Windows/git-version-gen.cmd index a203a52976..4266721514 100644 --- a/Windows/git-version-gen.cmd +++ b/Windows/git-version-gen.cmd @@ -44,6 +44,7 @@ if exist "%GIT_VERSION_FILE%" ( %GIT% describe --always > NUL 2> NUL if errorlevel 1 ( echo Unable to update git-version.cpp, git not found. + echo If you don't want to add it to your path, set the GIT environment variable. echo // This is a generated file. > "%GIT_VERSION_FILE%" echo. >> "%GIT_VERSION_FILE%"