dulwich:missing-default-identity

Last commit made on 2023-09-05
Get this branch:
git clone -b missing-default-identity https://git.launchpad.net/dulwich

Branch merges

Branch information

Name:
missing-default-identity
Repository:
lp:dulwich

Recent commits

6868625... by Jelmer Vernooij

Raise exception when default identity can't be found.

See jelmer/xandikos#254

029885f... by Jelmer Vernooij

Fix NameError when encountering errors during HTTP operation. Fixes #1208

44ae356... by Jelmer Vernooij

Clarify doc string for Index.__getitem__

Fixes #1205

39e1ff4... by Jelmer Vernooij

rename .readthedocs.yml -> .readthedocs.yaml

1391db3... by Jelmer Vernooij

Start on 0.21.7

daf7078... by Jelmer Vernooij

Release 0.21.6.

98f303b... by Jelmer Vernooij

Merge pull request #1202 from nanonyme/nanonyme-patch-1

Raise GitProtocolError on unexpected pkt

6322250... by Seppo Yli-Olli

Raise GitProtocolError on unexpected pkt

There are some packets (like NAK) which have no sha. This does not change them to be handled but you get in exception always the command that failed to be unpacked instead of strange exception about there not being enough values to unpack.

4af6b54... by Jelmer Vernooij

Merge pull request #1200 from jelmer/http-error

Raise GitProtocolError when encountering HTTP Errors in HTTPGitClient

47e157e... by Jelmer Vernooij

Fix new flake errors