minor fixes
[rrq/reviewtool.git] / README.adoc
1 rrq reviewtool
2 ==============
3
4 A group of +zsh+ scripts for review of changes in a +git+ project by
5 walking the commit graph with +iselect+ and inspecting changes using
6 +meld+ for text files and +imagemagick+ for images.
7
8 .Usage
9
10 You make them available through your PATH setting, and then use
11
12 ----
13 $ git-review
14 ----
15
16 in the root of your project for reviewing its change graph.
17
18 .Dependencies
19
20 Requires +zsh+, +git+, +iselect+, +meld+ and +imagemagick+.