summaryrefslogtreecommitdiffstats
path: root/tools/git/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/git/README')
-rw-r--r--tools/git/README12
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/git/README b/tools/git/README
index 18d6da7..7f8e363 100644
--- a/tools/git/README
+++ b/tools/git/README
@@ -1,8 +1,16 @@
-This directory contains some helpful Git hooks.
+This directory contains some helpful Git tools.
-Currently, they warn you about DEPS modifications so you will remember
+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.