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

Side by Side 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, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | git-nav-downstream » ('j') | git_common.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
agable 2014/02/28 19:54:58 Yes, it is really nice that all of these tiny litt
iannucci 2014/03/06 00:18:39 Really? What if I rename `python_git_runner.sh` ->
2 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 NEW_BRANCH=${1?Must supply new branch name as first argument} 6 . ${0/%$(basename "$0")/python_git_runner.sh} | less -R
7 git checkout --track -b "$NEW_BRANCH"
OLDNEW
« 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