Commit Briefs

4d8b946632 Jelmer Vernooij

Import upstream version 0.20.46 (tags/upstream/0.20.46)


b66c25ee33 Jelmer Vernooij

Release 0.20.46. (tags/dulwich-0.20.46)


6324a262f6 Jelmer Vernooij

Import upstream version 0.20.44 (tags/upstream/0.20.44)



91f29653f6 Jelmer Vernooij

Release 0.20.44. (tags/dulwich-0.20.44)


1d60719c4c Jelmer Vernooij

Import upstream version 0.20.43 (tags/upstream/0.20.43)



bc10bc8f2b GitHub

Merge pull request #987 from dimbleby/tidying

tidying up the boolean config change


46cb9ecfd3 Jelmer Vernooij

Release 0.20.43. (tags/dulwich-0.20.43)


8e548f72a4 Jelmer Vernooij

Import upstream version 0.20.42 (tags/upstream/0.20.42)


27b0ee5a92 Jelmer Vernooij

Update NEWS.


818a94283c David Hotham

tidying up the boolean config change


fddeca05f8 GitHub

Merge pull request #986 from dimbleby/better-type-synonyms

better type synonyms


bb83067f5d Jelmer Vernooij

Fix typing.


5f0a09c0e6 Jelmer Vernooij

Release 0.20.42. (tags/dulwich-0.20.42)


93095ab357 Jelmer Vernooij

Import upstream version 0.20.35 (tags/upstream/0.20.35)


3d4322c06f GitHub

Merge pull request #1031 from jelmer/rsync-apply-instead-of

Apply insteadOf to rsync-style location strings as well


0b955615ca David Hotham

better type synonyms


416ef7cf87 GitHub

Merge pull request #985 from dimbleby/boolean-config

Special case boolean config values


8c92769c9a Jelmer Vernooij

Lazily import url2pathname.


cef367d5a3 Jelmer Vernooij

Drop inotify-based watch that was always flaky. Fixes #886


1ba38c7516 Jelmer Vernooij

Release 0.20.35. (tags/dulwich-0.20.35)


90a2b333ae Jelmer Vernooij

Import upstream version 0.20.31 (tags/upstream/0.20.31)


e3a58bcee7 GitHub

Merge pull request #1030 from jelmer/connection-reset-error

Explicitly handle ConnectionResetError


9cf53c8da7 Jelmer Vernooij

Apply insteadOf to rsync-style location strings as well

Previously, these were just applied to plain URLs. Fixes python-poetry/poetry#6329