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