Commit Briefs

91f29653f6 Jelmer Vernooij

Release 0.20.44. (tags/dulwich-0.20.44)


bc10bc8f2b GitHub

Merge pull request #987 from dimbleby/tidying

tidying up the boolean config change


818a94283c David Hotham

tidying up the boolean config change


fddeca05f8 GitHub

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

better type synonyms


0b955615ca David Hotham

better type synonyms


416ef7cf87 GitHub

Merge pull request #985 from dimbleby/boolean-config

Special case boolean config values


0c467db4cf David Hotham

markups: backwards compatibility


9d9b507222 GitHub

Merge pull request #984 from dimbleby/more-typechecking

more typechecking


e9071c627f David Hotham

Special case boolean config values


0699568dee David Hotham

more typechecking


bbf100b63f GitHub

Merge pull request #982 from jelmer/instead-of

Support applying of URL rewriting using insteadOf/pushInsteadOf.



55f151dd04 GitHub

Merge pull request #980 from dtrifiro/fix-credentials

client: fix basic auth with empty password


f37af59c5d Daniele Trifirò

client: fix basic auth with empty password

When authenticating using basic auth and only providing username (no password) the default value of `None` was cast to string, resulting in an attempt to authenticate using `<username>:None` instead of providing an empty password. This broke authentication when providing an auth token as username. See https://github.com/iterative/dvc/issues/7898#issuecomment-1157564615


31490d6b23 Jelmer Vernooij

Fix reading of chunks in server. Fixes #977


ac37905a91 Jelmer Vernooij

Set __all__.


67e03acd14 Jelmer Vernooij

Add expectedFailure for self-push tests.


38a2dcb82c Jelmer Vernooij

No such thing as RefsContainer.get.


8e5fe3b203 Jelmer Vernooij

Merge remote-tracking branch 'danchr/push-failing'


d0b08f642a Dan Villiom Podlaski Christiansen

Add a failing test that shows that Dulwich cannot push to itself


ba0fa0cc9c Jelmer Vernooij

Start on 0.20.44


4af5055095 Dan Villiom Podlaski Christiansen

Fix pulling into an empty repository


46cb9ecfd3 Jelmer Vernooij

Release 0.20.43. (tags/dulwich-0.20.43)


bb83067f5d Jelmer Vernooij

Fix typing.


8c92769c9a Jelmer Vernooij

Lazily import url2pathname.