Releases: jelmer/dulwich
Releases · jelmer/dulwich
0.20.44
-
Fix reading of chunks in server. (Jelmer Vernooij, #977)
-
Support applying of URL rewriting using insteadOf
/ pushInsteadOf
.
(Jelmer Vernooij, #706)
0.20.43
-
Lazily import url2pathname.
(Jelmer Vernooij)
-
Drop caching of full HTTP response. Attempt #2.
(jelmer Vernooij, Antoine Lambert, #966)
0.20.42
- Drop
RefsContainer.watch
that was always flaky.
(Jelmer Vernooij, #886)
0.20.40
- Fix wheel uploading. (Daniele Trifirò, Jelmer Vernooij)
0.20.38
-
Disable paramiko tests if paramiko is not available. (Michał Górny)
-
Set flag to re-enable paramiko server side on gentoo for running paramiko
tests. (Michał Górny)
-
Increase tolerance when comparing time stamps; fixes some
spurious test failures on slow CI systems. (Jelmer Vernooij)
-
Revert removal of caching of full HTTP response. This breaks
access to some HTTP servers.
(Jelmer Vernooij)
0.20.35
- Document the
path
attribute for Repo
.
(Jelmer Vernooij, #854)
0.20.25
-
Fix dulwich
script when installed via setup.py.
(Dan Villiom Podlaski Christiansen)
-
Make default file mask consistent
with Git. (Dan Villiom Podlaski Christiansen, #884)
0.20.24
-
config: disregard UTF-8 BOM when reading file.
(Dan Villiom Podlaski Christiansen)
-
Skip lines with spaces only in .gitignore. (Andrey Torsunov, #878)
-
Add a separate HTTPProxyUnauthorized exception for 407 errors.
(Jelmer Vernooij, #822)
-
Split out a AbstractHTTPGitClient class.
(Jelmer Vernooij)