1. 1

Described as “tools for dealing with Chromium development”, but some are useful for any project (git-upstream-diff, git-hyper-blame, git-map-branches, git-rename-branch).

The shell wrappers don’t work well; running the python scripts directly works better:

python ~/depot_tools/git_map_branches.py | less -R

Doesn’t work with python3.

  1.