From 1751cc1e98c2cbcf7fccfe955a53d608a3c5655b Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Oct 22 2015 13:46:10 +0000 Subject: add stub doc dir --- diff --git a/README.md b/README.md index 0cf661a..547eb15 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is a very basic tool to compare to related git repositories +This is a very basic tool to compare two related git repositories $ ./diff-git --help Usage: diff-git [options] giturl1 giturl2 diff --git a/doc/index.rst b/doc/index.rst new file mode 100644 index 0000000..1edb8c6 --- /dev/null +++ b/doc/index.rst @@ -0,0 +1,19 @@ +diff-git +======== + + +This is a very basic tool to compare two related git repositories + +:: + $ ./diff-git --help + Usage: diff-git [options] giturl1 giturl2 + + Options: + -h, --help show this help message and exit + -v, --verbose be more verbose + -q, --quiet be less verbose + -d, --debug show debug output + --ignore-ff ignore fast-forwards + +This is a work in progress. Currently the comparison is very basic. +