From: Ralph Ronnquist Date: Mon, 20 Sep 2021 03:33:58 +0000 (+1000) Subject: added X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=076d62c5918f4e295a8c137af5321deee99eeedf;p=rrq%2Freviewtool.git added --- diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..8ed45cc --- /dev/null +++ b/README.adoc @@ -0,0 +1,20 @@ +rrq reviewtool +============== + +A group of +zsh+ scripts for review of changes in a +git+ project by +walking the commit graph with +iselect+ and inspecting changes using ++meld+ for text files and +imagemagick+ for images. + +.Usage + +You make them available through your PATH setting, and then use + +---- +$ git-review +---- + +in the root of your project for reviewing its change graph. + +.Dependencies + +Requires +zsh+, +git+, +iselect+, +meld+ and +imagemagick+.