From 2e983071c50e737f3a6a61e36e436a9712d6bfa0 Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 27 Oct 2013 19:51:30 -0400 Subject: [PATCH] Add git.bat to the options in make_scmrev.h.js because depot_tools uses it and I'm silly. --- Source/Core/Common/make_scmrev.h.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/make_scmrev.h.js b/Source/Core/Common/make_scmrev.h.js index f2978987dc..75a3d8cf08 100644 --- a/Source/Core/Common/make_scmrev.h.js +++ b/Source/Core/Common/make_scmrev.h.js @@ -8,7 +8,7 @@ var cmd_branch = " rev-parse --abbrev-ref HEAD"; function GetGitExe() { - for (var gitexe in {"git.cmd":1, "git":1}) + for (var gitexe in {"git.cmd":1, "git":1, "git.bat":1}) { try {