Home | History | Annotate | only in /external/chromium_org/tools/git
Up to higher level directory
NameDateSize
for-all-touched-files.py03-Dec-20143.8K
git-diff-ide.py03-Dec-20142.6K
git-utils.sh03-Dec-2014395
graph.sh03-Dec-20141.1K
mass-rename.py03-Dec-20141.3K
mass-rename.sh03-Dec-2014732
mffr.py03-Dec-20145.9K
move_source_file.bat03-Dec-2014153
move_source_file.py03-Dec-20146.6K
post-checkout03-Dec-2014711
post-merge03-Dec-2014382
README03-Dec-2014485
update-copyrights.sh03-Dec-2014326

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