diff options
author | Vincent Driessen <me@nvie.com> | 2016-05-30 21:20:47 +0200 |
---|---|---|
committer | Vincent Driessen <me@nvie.com> | 2016-05-30 21:23:45 +0200 |
commit | 25844b80c56890abc79423a7a727a129b2b9db85 (patch) | |
tree | 3c5e07a681ec8e60c71cc5185f5d8c01cb6ae25b /doc/source/changes.rst | |
parent | 2f91ab7bb0dadfd165031f846ae92c9466dceb66 (diff) | |
download | gitpython-25844b80c56890abc79423a7a727a129b2b9db85.tar.gz |
Fix regex
This catches the case where the matched line contains "(" or ")"
characters.
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 273b9ad0..6a8e87d0 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,11 @@ Changelog ========= +2.0.5 - Fixes +============= + +* Fix: parser of fetch info lines choked on some legitimate lines + 2.0.4 - Fixes ============= |