You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/changes.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
Changelog
3
3
=========
4
4
5
+
0.3.5 - Bugfixes
6
+
================
7
+
* push/pull/fetch operations will not block anymore
8
+
* A list of all fixed issues can be found here: https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.5+-+bugfixes%22+
9
+
5
10
0.3.4 - Python 3 Support
6
11
========================
7
12
* Internally, hexadecimal SHA1 are treated as ascii encoded strings. Binary SHA1 are treated as bytes.
Copy file name to clipboardExpand all lines: git/repo/base.py
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@
5
5
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
0 commit comments