shaka-packager/tools/git
Kongqun Yang 0f24c7f9ac Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
..
README Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
for-all-touched-files.py Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
git-diff-ide.py Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
git-utils.sh Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
graph.sh Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
mass-rename.py Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
mass-rename.sh Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
mffr.py Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
move_source_file.bat Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
move_source_file.py Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
post-checkout Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
post-merge Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
update-copyrights.sh Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00

README

This directory contains some helpful Git tools.

post-checkout and post-merge
============================
These hooks warn you about DEPS modifications so you will remember
to run "gclient sync".

To install these Git hooks, create symlinks like so:
  ln -s $(pwd)/post-checkout $(git rev-parse --git-dir)/hooks
  ln -s $(pwd)/post-merge    $(git rev-parse --git-dir)/hooks


git-graph
=========
Create a graph of the recent history of occurences of a grep
expression in the project.