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