 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| 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 |