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

Unified Diff: update_depot_tools.bat

Issue 10913193: Rebase explicitly origin/master instead of guessing from the remote. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_depot_tools.bat
diff --git a/update_depot_tools.bat b/update_depot_tools.bat
index d44fba63f9ed62d99e669063414782a171be0147..10b35fb909d19d07d5ed799d8393289a715a9217 100644
--- a/update_depot_tools.bat
+++ b/update_depot_tools.bat
@@ -36,7 +36,7 @@ cd /d "%~dp0."
call git config remote.origin.fetch > NUL
if errorlevel 1 goto :GIT_SVN_UPDATE
call git fetch -q origin > NUL
-call git rebase -q origin > NUL
+call git rebase -q origin/master > NUL
goto :EOF
:GIT_SVN_UPDATE
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698