We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd66f2b5 commit27a041eCopy full SHA for 27a041e
doc/source/changes.rst
@@ -5,13 +5,13 @@ Changelog
5
2.0.3 - Fixes
6
=============
7
8
-* Fix: bug in `git-blame --incremental` output parser that broken when
9
- commit messages contained `\r` characters
+* Fix: bug in ``git-blame --incremental`` output parser that broken when
+ commit messages contained ``\r`` characters
10
* Fix: progress handler exceptions are not caught anymore, which would
11
usually just hide bugs previously.
12
-* Fix: The `Git.execute` method will now redirect `stdout` to `devnull` if
13
- `with_stdout` is false, which is the intended behaviour based on the
14
- 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 theparameter's documentation.
15
16
2.0.2 - Fixes
17