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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/git_bin_packager/files/git.bat
===================================================================
--- third_party/git_bin_packager/files/git.bat (revision 156060)
+++ third_party/git_bin_packager/files/git.bat (working copy)
@@ -2,8 +2,8 @@
setlocal
if DEFINED EDITOR goto rungit
set EDITOR=win32pad
-set PATH=%~dp0git_bin\win32pad;%PATH%
+set PATH=%~dp0git-1.8.0_bin\win32pad;%PATH%
:rungit
-set PATH=%~dp0git_bin\cmd;%PATH%
-"%~dp0git_bin\cmd\git.cmd" %*
+set PATH=%~dp0git-1.8.0_bin\cmd;%PATH%
+"%~dp0git-1.8.0_bin\cmd\git.cmd" %*
« 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