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

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: 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
« no previous file with comments | « no previous file | git-map-branches » ('j') | git_map.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-map
diff --git a/git-map b/git-map
new file mode 100755
index 0000000000000000000000000000000000000000..6afd947086f2f9d296079d71d3d575e259e6492a
--- /dev/null
+++ b/git-map
@@ -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.
+
agable 2014/03/06 18:09:07 These don't have handy dandy pretty comments like
+. ${0/%$(basename "$0")/python_git_runner.sh} | less -R
« no previous file with comments | « no previous file | git-map-branches » ('j') | git_map.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698