diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-03 15:12:03 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-03 15:12:03 +0100 |
commit | 863a40e0d35f3ff3c3e4b5dc9ff1272e1b1783b1 (patch) | |
tree | c77d205786b72c43d6cb70cdb876f99a90ed88b7 /doc/source | |
parent | de9a6bb0c8931e7f74ea35edb372e5ca7d0a5047 (diff) | |
download | gitpython-863a40e0d35f3ff3c3e4b5dc9ff1272e1b1783b1.tar.gz |
Reduced hackyness of remote reference parsing.
This could however, introduce a chance of an assertion hitting once again
as it has been commented out for quite a long time. Now it's back in a changed form
though, and once again tries to make sure we get proper results
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/changes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 4238e5f5..1c34e629 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,10 @@ Changelog ========= +0.3.3 +===== +* When fetching, pulling or pushing, and an error occours, it will not be reported on stdout anymore. However, if there is a fatal error, it will still result in a GitCommandError to be thrown. This goes hand in hand with improved fetch result parsing. + 0.3.2.1 ======= * `Fix for #207 <https://github.com/gitpython-developers/GitPython/issues/207>`_ |