dulwich:http-error

Last commit made on 2023-08-09
Get this branch:
git clone -b http-error https://git.launchpad.net/dulwich

Branch merges

Branch information

Name:
http-error
Repository:
lp:dulwich

Recent commits

47e157e... by Jelmer Vernooij

Fix new flake errors

a5e47fe... by Jelmer Vernooij

Raise GitProtocolError when encountering HTTP Errors in HTTPGitClient.

Fixes #1199

7574997... by Jelmer Vernooij

Update NEWS

3c84bc4... by =?utf-8?q?Jelmer_Vernoo=C4=B3?= <email address hidden>

Merge pull request #1196 from jelmer/index-refactor

More refactoring of index

c070ed8... by Jelmer Vernooij

Fix python 3.9 compatibility

4c864bc... by Jelmer Vernooij

Properly split out SerializedIndexEntry class

32820bd... by Jelmer Vernooij

Convert IndexEntry to dataclass

52328a6... by Jelmer Vernooij

Split out a separate ConflictedIndexEntry class

This should make the changes transparent to existing API users (so long
as they don't work in trees with conflicts). It also prevents repeated
dictionary access.

9853838... by =?utf-8?q?Jelmer_Vernoo=C4=B3?= <email address hidden>

Merge pull request #1195 from jelmer/enum-stage

Define enum for stage values

835a3fd... by Jelmer Vernooij

Define enum for stage