Chromium Code Reviews

Unified Diff: third_party/git_bin_packager/files/gitk.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « third_party/git_bin_packager/files/git.bat ('k') | third_party/git_bin_packager/files/ssh.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/gitk.bat
===================================================================
--- third_party/git_bin_packager/files/gitk.bat (revision 156060)
+++ third_party/git_bin_packager/files/gitk.bat (working copy)
@@ -1,4 +1,4 @@
@echo off
setlocal
-set PATH=%~dp0git_bin\cmd;%PATH%
-"%~dp0git_bin\cmd\gitk.cmd" %*
+set PATH=%~dp0git-1.8.0_bin\cmd;%PATH%
+"%~dp0git-1.8.0_bin\cmd\gitk.cmd" %*
« no previous file with comments | « third_party/git_bin_packager/files/git.bat ('k') | third_party/git_bin_packager/files/ssh.bat » ('j') | no next file with comments »

Powered by Google App Engine