Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 485 | 17 | 12 | |
for-all-touched-files.py | D | 03-May-2024 | 3.8 KiB | 115 | 85 | |
git-diff-ide.py | D | 03-May-2024 | 2.6 KiB | 94 | 54 | |
git-utils.sh | D | 03-May-2024 | 395 | 18 | 11 | |
graph.sh | D | 03-May-2024 | 1.1 KiB | 43 | 29 | |
mass-rename.py | D | 03-May-2024 | 1.3 KiB | 51 | 36 | |
mass-rename.sh | D | 03-May-2024 | 732 | 18 | 2 | |
mffr.py | D | 03-May-2024 | 5.9 KiB | 170 | 133 | |
move_source_file.bat | D | 03-May-2024 | 153 | 7 | 6 | |
move_source_file.py | D | 03-May-2024 | 6.6 KiB | 195 | 136 | |
post-checkout | D | 03-May-2024 | 711 | 23 | 14 | |
post-merge | D | 03-May-2024 | 382 | 13 | 5 | |
update-copyrights.sh | D | 03-May-2024 | 326 | 8 | 2 |
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