File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ Changelog
7
7
8
8
* Fix: bug in `git-blame --incremental ` output parser that broken when
9
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.
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.
14
15
15
16
2.0.2 - Fixes
16
17
=============
You can’t perform that action at this time.
0 commit comments