Home | History | Annotate | only in /external/chromium_org/tools/git
Up to higher level directory
NameDateSize
for-all-touched-files.py01-Nov-20133.8K
git-diff-ide.py01-Nov-20132.6K
git-utils.sh01-Nov-2013395
graph.sh01-Nov-20131.1K
mass-rename.py01-Nov-20131.3K
mass-rename.sh01-Nov-2013732
mffr.py01-Nov-20135.9K
move_source_file.bat01-Nov-2013153
move_source_file.py01-Nov-20136.5K
post-checkout01-Nov-2013711
post-merge01-Nov-2013382
README01-Nov-2013485
update-copyrights.sh01-Nov-2013326

README

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