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

Unified Diff: git-map-branches

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: comments 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
Index: git-map-branches
diff --git a/git-map-branches b/git-map-branches
new file mode 100755
index 0000000000000000000000000000000000000000..e98c42ef6d93cc4ee3a9ae93beb1d6ad1dc046f5
--- /dev/null
+++ b/git-map-branches
@@ -0,0 +1,6 @@
+#!/bin/bash
+# Copyright (c) 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+. ${0/%$(basename "$0")/python_git_runner.sh}

Powered by Google App Engine
This is Rietveld 408576698