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

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

Powered by Google App Engine
This is Rietveld 408576698