Index: bootstrap/win/git.template.bat |
diff --git a/bootstrap/win/git.template.bat b/bootstrap/win/git.template.bat |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d3b9cbcaa6b5518e74257b5f83c166d72cf393eb |
--- /dev/null |
+++ b/bootstrap/win/git.template.bat |
@@ -0,0 +1,5 @@ |
+@echo off |
+setlocal |
+if not defined EDITOR set EDITOR=notepad |
+set PATH=%~dp0GIT_BIN_DIR\cmd;%PATH% |
+"%~dp0GIT_BIN_DIR\GIT_PROGRAM" %* |