• Home
  • History
  • Annotate
  • only in /external/chromium_org/tools/git/
NameDateSize

..12-Mar-20154 KiB

for-all-touched-files.py12-Mar-20153.8 KiB

git-diff-ide.py12-Mar-20152.6 KiB

git-utils.sh12-Mar-2015395

graph.sh12-Mar-20151.1 KiB

mass-rename.py12-Mar-20151.3 KiB

mass-rename.sh12-Mar-2015732

mffr.py12-Mar-20155.9 KiB

move_source_file.bat12-Mar-2015153

move_source_file.py12-Mar-20156.6 KiB

post-checkout12-Mar-2015711

post-merge12-Mar-2015382

README12-Mar-2015485

update-copyrights.sh12-Mar-2015326

README

1This directory contains some helpful Git tools.
2
3post-checkout and post-merge
4============================
5These hooks warn you about DEPS modifications so you will remember
6to run "gclient sync".
7
8To 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
11
12
13git-graph
14=========
15Create a graph of the recent history of occurences of a grep
16expression in the project.
17