• Home
Name
Date
Size
#Lines
LOC

..--

READMED03-May-2024485 1712

for-all-touched-files.pyD03-May-20243.8 KiB11585

git-diff-ide.pyD03-May-20242.6 KiB9454

git-utils.shD03-May-2024395 1811

graph.shD03-May-20241.1 KiB4329

mass-rename.pyD03-May-20241.3 KiB5136

mass-rename.shD03-May-2024732 182

mffr.pyD03-May-20245.9 KiB170133

move_source_file.batD03-May-2024153 76

move_source_file.pyD03-May-20246.6 KiB195136

post-checkoutD03-May-2024711 2314

post-mergeD03-May-2024382 135

update-copyrights.shD03-May-2024326 82

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