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

Side by Side Diff: third_party/git_bin_packager/files/git.bat

Issue 11365070: Update git to version 1.8.0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 @echo off 1 @echo off
2 setlocal 2 setlocal
3 if DEFINED EDITOR goto rungit 3 if DEFINED EDITOR goto rungit
4 set EDITOR=win32pad 4 set EDITOR=win32pad
5 set PATH=%~dp0git_bin\win32pad;%PATH% 5 set PATH=%~dp0git-1.8.0_bin\win32pad;%PATH%
6 6
7 :rungit 7 :rungit
8 set PATH=%~dp0git_bin\cmd;%PATH% 8 set PATH=%~dp0git-1.8.0_bin\cmd;%PATH%
9 "%~dp0git_bin\cmd\git.cmd" %* 9 "%~dp0git-1.8.0_bin\cmd\git.cmd" %*
OLDNEW
« no previous file with comments | « third_party/git_bin_packager/files/README.win32pad ('k') | third_party/git_bin_packager/files/gitk.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698