summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-05-24 20:01:43 +0200
committerVincent Driessen <me@nvie.com>2016-05-24 20:01:53 +0200
commit27a041e26f1ec2e24e86ba8ea4d86f083574c659 (patch)
treeaaad30c99e528a71bf2e80fc5bacc1c0c8ed479b
parentd66f2b53af0d8194ee952d90f4dc171aa426c545 (diff)
downloadgitpython-27a041e26f1ec2e24e86ba8ea4d86f083574c659.tar.gz
Fixes for RST syntax
-rw-r--r--doc/source/changes.rst10
1 files 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
=============