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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 @echo off
2 setlocal
3 if not defined EDITOR set EDITOR=notepad
4 set PATH=%~dp0GIT_BIN_DIR\cmd;%PATH%
5 "%~dp0GIT_BIN_DIR\GIT_PROGRAM" %*
OLDNEW
« 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