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

Unified Diff: git-map

Issue 184113002: Add git-map and git-short-map to depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@new_branch
Patch Set: rebase and add better way to run python git extensions Created 6 years, 10 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 | git-nav-downstream » ('j') | git_common.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-map
diff --git a/git-new-tracking-branch b/git-map
similarity index 64%
copy from git-new-tracking-branch
copy to git-map
index 0fbe2efde90f0b902de1270dad443e0525fe5e1f..6afd947086f2f9d296079d71d3d575e259e6492a 100755
--- a/git-new-tracking-branch
+++ b/git-map
@@ -3,5 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-NEW_BRANCH=${1?Must supply new branch name as first argument}
-git checkout --track -b "$NEW_BRANCH"
+. ${0/%$(basename "$0")/python_git_runner.sh} | less -R
« no previous file with comments | « no previous file | git-nav-downstream » ('j') | git_common.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698