summaryrefslogtreecommitdiffstats
path: root/tools/git/README
blob: 7f8e363dee052fd1649614d18bc411bf05bcd8d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.