From 27a041e26f1ec2e24e86ba8ea4d86f083574c659 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 24 May 2016 20:01:43 +0200 Subject: Fixes for RST syntax --- doc/source/changes.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 2501df62..7ca46a37 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -5,13 +5,13 @@ Changelog 2.0.3 - Fixes ============= -* Fix: bug in `git-blame --incremental` output parser that broken when - commit messages contained `\r` characters +* Fix: bug in ``git-blame --incremental`` output parser that broken when + commit messages contained ``\r`` characters * Fix: progress handler exceptions are not caught anymore, which would usually just hide bugs previously. -* Fix: The `Git.execute` method will now redirect `stdout` to `devnull` if - `with_stdout` is false, which is the intended behaviour based on the - parameter's documentation. +* Fix: The ``Git.execute`` method will now redirect ``stdout`` to + ``devnull`` if ``with_stdout`` is false, which is the intended behaviour + based on the parameter's documentation. 2.0.2 - Fixes ============= -- cgit v1.2.1