Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Side by Side Diff: tools/git/README

Issue 3017058: Check in a little toy that graphs history of words in the source. (Closed)
Patch Set: move dot Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/git/graph.sh » ('j') | tools/git/graph.sh » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains some helpful Git hooks. 1 This directory contains some helpful Git tools.
2 2
3 Currently, they warn you about DEPS modifications so you will remember 3 post-checkout and post-merge
4 ============================
5 These hooks warn you about DEPS modifications so you will remember
4 to run "gclient sync". 6 to run "gclient sync".
5 7
6 To install these Git hooks, create symlinks like so: 8 To install these Git hooks, create symlinks like so:
7 ln -s $(pwd)/post-checkout $(git rev-parse --git-dir)/hooks 9 ln -s $(pwd)/post-checkout $(git rev-parse --git-dir)/hooks
8 ln -s $(pwd)/post-merge $(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.
OLDNEW
« no previous file with comments | « no previous file | tools/git/graph.sh » ('j') | tools/git/graph.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698