From 076d62c5918f4e295a8c137af5321deee99eeedf Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Mon, 20 Sep 2021 13:33:58 +1000 Subject: [PATCH] added --- README.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.adoc 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+. -- 2.39.2