Commits
- Commit:
1a55e3198a54b4ad347c7e31adbc8656ee9ec82f
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Date:
Release 0.21.7.
- Commit:
d8fc586f3d5b8ba1f3cabfeb33bd7e6704bddba9
- From:
- Jelmer Vernooij <jelmer.vernooij@aiven.io>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #1238 from jelmer/fix-typing
Fix typing on pythn 3.7
- Commit:
359a70e67855e8c39b6d36f76603fae0a1fc4547
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Date:
Fix mypy on python3.7
- Commit:
a946ece316c72e6d83a5b94809695d0f18eca237
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Date:
Update NEWS
- Commit:
e1f37c3e0a98f3296aaa07176ded91a90b4069b4
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Date:
Merge remote-tracking branch 'dtrifiro/add-get-refs-patterns'
- Commit:
d9bc991fdf846fbc36e87accc3ed82142765f1aa
- From:
- Daniele Trifirò <daniele@bruttocarattere.org>
- Date:
porcelain: add for_each_ref
Accepts an optional glob (7) style pattern.
This also can be called via `dulwich for-each-ref [pattern]`
- Commit:
2d0bcffed5b73122d233f7aa21e0d8357c4b24c9
- From:
- Jelmer Vernooij <jelmer.vernooij@aiven.io>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #1237 from jelmer/proxy-url-auth
Support credentials in proxy URL
- Commit:
26ee54a1eb647b20fe1356352e2f1b0afad6c0c2
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Date:
Support credentials in proxy URL
Fixes #1227
- Commit:
b63975df10a514409778f49feb86f0329391b9ec
- From:
- Jelmer Vernooij <jelmer.vernooij@aiven.io>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #1236 from jelmer/more-ruff
More ruff fixes
- Commit:
ce10dd1ea24c4100428ebe322e17c73c73ae3474
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #1234 from Starmania/budate-cibuildwheel
Update cibuildwheel in CI workflow
- Commit:
26246d71f3ba583c13c99c25114cc2396da836b4
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Date:
Apply more ruff fixes
- Commit:
83ce57e5207995e4f213bb04f4b5daa8b5867517
- From:
- Romain <wycvhrt6vzscfpedxr@gmail.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Upgrade cibuildwheel in CI workflow
Upgrade cibuildwheel so python could build wheel
Close #1233
- Commit:
1e94afdccfeb80a95707dd73e628d7d503d20977
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #1232 from dimbleby/publish-sdist-from-github
publish sdist from github
- Commit:
a184ea44ff68585266dc1ad579ed33cb92c888ff
- From:
- David Hotham <david.hotham@blueyonder.co.uk>
- Date:
publish sdist from github
- Commit:
ff64fa9e4418059400fe503f56ff6ccb8a38f498
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Via:
- GitHub <noreply@github.com>
- Date:
Migrate from flake8 to ruff (#1231)
- Commit:
80396a071cd0a74b3ef207fc454132ec60fdfce9
- From:
- Marcel Telka <marcel@telka.sk>
- Via:
- GitHub <noreply@github.com>
- Date:
Remove shebang from cli.py (#1230)
- Commit:
1e7c54db8bcda0523d24b7ec165d2780c39f3d2d
- From:
- Jelmer Vernooij <jelmer.vernooij@aiven.io>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #1229 from jelmer/reformat
Reformat using ruff
- Commit:
6261aa0e38f5db2fc139d15c0f4bc62f18a890d7
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Date:
Fix docstring
- Commit:
cd0990259901351400deda93b529ec601cfa52e8
- From:
- jordigh <jordigh@octave.org>
- Via:
- GitHub <noreply@github.com>
- Date:
config: handle malformed git submodules (#1224)
A git submodule needs two items in its config: url to clone from, path
to clone to. If either is missing, core git simply ignores this
submodule entry. Dulwich should do the same.
- Commit:
e3ca1cb5cee7841ce6b1918c91e83120abbc8996
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Date:
Reformat and add reformat make target
- Commit:
a36e3c039fb1cd09ddd1729531b1cf9fb99924ab
- From:
- Antoine Lambert <anlambert@softwareheritage.org>
- Via:
- GitHub <noreply@github.com>
- Date:
_pack: Fix some big left-shifts of unsigned char (#1223)
Apply same fix as in https://github.com/git/git/commit/48fb7de
- Commit:
b429680214ae2d783b8083bd77fcfba47b00f193
- From:
- Jelmer Vernooij <jelmer.vernooij@aiven.io>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #1222 from jelmer/unresolved-deltas
Add a dedicated exception for UnresolvedDeltas
- Commit:
e3333e030179ee2497ac6907a5957fb6daa9f9dd
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Date:
Add codespell target
- Commit:
e71ece5e66f81979a2671e7476eaaf5330c250a8
- From:
- Jelmer Vernooij <jelmer.vernooij@aiven.io>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #1217 from jelmer/pyupgrade
Run pyupgrade
- Commit:
000ed5c7fe67d4d8956bdb0c863e108fcb2e1bd3
- From:
- Jelmer Vernooij <jelmer@jelmer.uk>
- Date:
Add Manuel to ignore list for codespell