v8
--

* Output detailed commit messages as paragraphs rather than captions to fix PDF output.
* Add documentation.
* Reshuffle how the build works.
* Make sphinx_git a package rather than a module

v7
--

* Update GitPython requirement in setup.py.

v6
--

* Add the detailed-message-pre option to toggle the display mode for the
  detailed messages of commits.

v5
--

* Generate a warning if both rev-list and revisions options are given

v4
--
* Add rev-list option to specify a range of commits to show
  (Gregory Eric Sanderson)

v3
--
* Add option to specify the number of revisions to display

v2
--
* Split the display of the main commit message and the description
  (Will Weaver)
* Build using tox
  (Marc Abramowitz)

v1
--
* Initial implementation
