media: Better tracing for DecoderStream<*>::Decode.
[chromium-blink-merge.git] / tools / git / README
blob7f8e363dee052fd1649614d18bc411bf05bcd8d6
1 This directory contains some helpful Git tools.
3 post-checkout and post-merge
4 ============================
5 These hooks warn you about DEPS modifications so you will remember
6 to run "gclient sync".
8 To 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
13 git-graph
14 =========
15 Create a graph of the recent history of occurences of a grep
16 expression in the project.