diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 19:04:05 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 19:04:05 +0000 |
commit | 90aafff5b9178314f486f2917d71f4263fbe03a0 (patch) | |
tree | 4c04518d6bd181585be511518ed15d171295a8bb /tools/git/README | |
parent | 2c529af0df02fb3eee5ff3e1068c3c2d5e8aebff (diff) | |
download | chromium_src-90aafff5b9178314f486f2917d71f4263fbe03a0.zip chromium_src-90aafff5b9178314f486f2917d71f4263fbe03a0.tar.gz chromium_src-90aafff5b9178314f486f2917d71f4263fbe03a0.tar.bz2 |
Check in a little toy that graphs history of words in the source.
Useful for tracking progress on projects like wstring removal.
Review URL: http://codereview.chromium.org/3017058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/git/README')
-rw-r--r-- | tools/git/README | 12 |
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. |