blob: 18d6da7e243e0fcdf3b42e2412dac1f0194d2170 (
plain)
1
2
3
4
5
6
7
8
|
This directory contains some helpful Git hooks.
Currently, they 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
|