README revision 5821806d5e7f356e8fa4b058a389a808ea183019
1This directory contains some helpful Git tools.
2
3post-checkout and post-merge
4============================
5These hooks warn you about DEPS modifications so you will remember
6to run "gclient sync".
7
8To install these Git hooks, create symlinks like so:
9  ln -s $(pwd)/post-checkout $(git rev-parse --git-dir)/hooks
10  ln -s $(pwd)/post-merge    $(git rev-parse --git-dir)/hooks
11
12
13git-graph
14=========
15Create a graph of the recent history of occurences of a grep
16expression in the project.
17