Commit Briefs
Release 0.20.44. (tags/dulwich-0.20.44)
Merge pull request #987 from dimbleby/tidying
tidying up the boolean config change
Merge pull request #986 from dimbleby/better-type-synonyms
better type synonyms
Merge pull request #985 from dimbleby/boolean-config
Special case boolean config values
Merge pull request #984 from dimbleby/more-typechecking
more typechecking
Merge pull request #982 from jelmer/instead-of
Support applying of URL rewriting using insteadOf/pushInsteadOf.
Merge pull request #980 from dtrifiro/fix-credentials
client: fix basic auth with empty password
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
Release 0.20.43. (tags/dulwich-0.20.43)