Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: bootstrap/win/git.template.bat

Issue 1827403003: Add logic for git 2.7.4 upgrade. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: preload index too Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" %*
« no previous file with comments | « .gitignore ('k') | bootstrap/win/win_tools.bat » ('j') | bootstrap/win/win_tools.bat » ('J')

Powered by Google App Engine
This is Rietveld 408576698