dulwich:master

Last commit made on 2024-04-23
Get this branch:
git clone -b master https://git.launchpad.net/dulwich

Branch merges

Branch information

Name:
master
Repository:
lp:dulwich

Recent commits

ed1a145... by Jelmer Vernooij

Fix greenthreads import path in test_greenthreads.py (#1294)

Fixes #1293.

36c2264... by Marcel Telka

Fix greenthreads import path in test_greenthreads.py

852f0f4... by Jelmer Vernooij

Start on 0.22.2

0fa636d... by Jelmer Vernooij

Release 0.22.1

787fab5... by Jelmer Vernooij

Build wheels for pull requests (#1291)

09a534d... by Jelmer Vernooij

Ship rust files. Fixes #1287 (#1290)

395b160... by Jelmer Vernooij

Build wheels for pull requests

7a3ecf6... by Jelmer Vernooij

Ship rust files. Fixes #1287

53d3dfe... by Jelmer Vernooij

Handle alternate case for worktreeconfig setting (#1286)

`extensions.worktreeconfig` was checked in a way that was not
case-insensitive, but git config settings should be case insensitive.
This behavior led to problems since the documentation describes the
setting as `worktreeConfig` and GitHub Actions started setting the
option with this casing.

Fixes https://github.com/jelmer/dulwich/issues/1285

4ce425c... by Will

ruff docstring formatting