- Get this repository:
-
git clone
https://git.not.enabled/dulwich
Import details
This repository is an import of the Git repository at https://github.com/jelmer/dulwich.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
master | 2023-10-04 18:09:08 UTC |
config: handle malformed git submodules (#1224)
Author:
Jordi GutiƩrrez Hermoso
config: handle malformed git submodules (#1224) A git submodule needs two items in its config: url to clone from, path |
unresolved-deltas | 2023-10-03 10:13:43 UTC |
Add codespell target
Author:
Jelmer Vernooij
Add codespell target |
pyupgrade | 2023-09-29 18:30:47 UTC |
Run pyupgrade
Author:
Jelmer Vernooij
Run pyupgrade |
merge | 2023-09-18 11:02:22 UTC |
Add merge base
Author:
Jelmer Vernooij
Add merge base |
missing- |
2023-09-05 22:48:13 UTC |
Raise exception when default identity can't be found.
Author:
Jelmer Vernooij
Raise exception when default identity can't be found. See jelmer/xandikos#254 |
http-nameerror | 2023-09-04 15:52:25 UTC |
Fix NameError when encountering errors during HTTP operation. Fixes #1208
Author:
Jelmer Vernooij
Fix NameError when encountering errors during HTTP operation. Fixes #1208 |
index-docstring | 2023-09-03 20:42:54 UTC |
Clarify doc string for Index.__getitem__
Author:
Jelmer Vernooij
Clarify doc string for Index.__getitem__ Fixes #1205 |
readthedocs-config | 2023-09-03 20:30:52 UTC |
rename .readthedocs.yml -> .readthedocs.yaml
Author:
Jelmer Vernooij
rename .readthedocs.yml -> .readthedocs.yaml |
rust-1 | 2023-08-29 22:54:19 UTC |
Fix style
Author:
Jelmer Vernooij
Fix style |
http-error | 2023-08-09 19:35:40 UTC |
Fix new flake errors
Author:
Jelmer Vernooij
Fix new flake errors |
index-refactor | 2023-07-21 00:38:22 UTC |
Fix python 3.9 compatibility
Author:
Jelmer Vernooij
Fix python 3.9 compatibility |
enum-stage | 2023-07-20 23:37:52 UTC |
Define enum for stage
Author:
Jelmer Vernooij
Define enum for stage |
readthedocs | 2023-06-15 11:56:38 UTC |
Fix codespell
Author:
Jelmer Vernooij
Fix codespell |
backwards-compat | 2023-05-23 18:05:40 UTC |
Be backwards compatible with Repo derivatives
Author:
Jelmer Vernooij
Be backwards compatible with Repo derivatives |
ruff | 2023-05-10 16:17:09 UTC |
Add more typing
Author:
Jelmer Vernooij
Add more typing |
version-tuple | 2023-05-04 01:50:06 UTC |
Handle version tuples that aren't just 3 integers
Author:
Jelmer Vernooij
Handle version tuples that aren't just 3 integers |
init-files- |
2023-05-03 23:29:21 UTC |
For the moment, allow passing non-kwargs to Repo._init_files
Author:
Jelmer Vernooij
For the moment, allow passing non-kwargs to Repo._init_files |
core-symlinks | 2023-04-27 15:45:57 UTC |
Support core.symlink=false. Fixes #1169
Author:
Jelmer Vernooij
Support core.symlink=false. Fixes #1169 |
abs2rel | 2023-04-19 17:51:13 UTC |
Switch to relative imports with abs2rel
Author:
Jelmer Vernooij
Switch to relative imports with abs2rel |
fix-iterobjects |
2023-04-06 13:26:18 UTC |
Fix ``ObjectStore.iterobjects_subset()`` when hex shas are passed for objects...
Author:
Jelmer Vernooij
Fix ``ObjectStore. Fixes #1166 |
handle-missing | 2023-04-05 19:06:15 UTC |
Handle missing object
Author:
Jelmer Vernooij
Handle missing object |
init-branch | 2023-03-20 17:58:34 UTC |
Support init.defaultBranch config option
Author:
Jelmer Vernooij
Support init.defaultBranch config option |
git-protocol-error | 2023-03-15 18:10:08 UTC |
Make sure GitProtocolError's first argument is a string
Author:
Jelmer Vernooij
Make sure GitProtocolError's first argument is a string |
memory- |
2023-03-13 23:54:55 UTC |
Fix fetching into MemoryRepo
Author:
Jelmer Vernooij
Fix fetching into MemoryRepo Fixes #1157 |
git-file-close-warn | 2023-03-13 20:25:12 UTC |
Warn when _GitFile is not closed
Author:
Jelmer Vernooij
Warn when _GitFile is not closed |
pyproject | 2023-03-08 16:56:22 UTC |
Convert setup.cfg to pyproject.toml
Author:
Jelmer Vernooij
Convert setup.cfg to pyproject.toml |
disperse-action | 2023-02-28 00:59:55 UTC |
Use disperse action
Author:
Jelmer Vernooij
Use disperse action |
disperse- |
2023-02-28 00:51:38 UTC |
Use disperse validate action.
Author:
Jelmer Vernooij
Use disperse validate action. |
object-refactoring | 2023-02-27 23:47:58 UTC |
Fix typing.
Author:
Jelmer Vernooij
Fix typing. |
codespell | 2023-02-27 23:34:06 UTC |
Run codespel.
Author:
Jelmer Vernooij
Run codespel. |
move-switch-readme | 2023-02-05 23:03:55 UTC |
Move swift README to contrib directory.
Author:
Jelmer Vernooij
Move swift README to contrib directory. |
teyit | 2023-02-01 12:58:20 UTC |
reformatted dulwich/tests/test_client.py
Author:
Jelmer Vernooij
reformatted dulwich/ |
commit-extra | 2023-01-31 20:00:18 UTC |
Access Commit._extra rather than deprecated Commit.extra
Author:
Jelmer Vernooij
Access Commit._extra rather than deprecated Commit.extra |
isort | 2023-01-31 19:00:04 UTC |
Sort Python import definitions with isort
Author:
Jelmer Vernooij
Sort Python import definitions with isort |
objects-refactoring | 2023-01-25 20:53:28 UTC |
Factor out format_event/parse_event functions.
Author:
Jelmer Vernooij
Factor out format_ |
find-missing- |
2023-01-25 19:28:33 UTC |
Reintroduce find_missing_objects, since hg-git relies on it.
Author:
Jelmer Vernooij
Reintroduce find_missing_ |
deprecate-extra | 2023-01-25 19:26:16 UTC |
Deprecate Commit.extra.
Author:
Jelmer Vernooij
Deprecate Commit.extra. |
event | 2023-01-25 18:39:48 UTC |
Add separate Event object.
Author:
Jelmer Vernooij
Add separate Event object. |
0.21-fixes | 2023-01-25 08:17:23 UTC |
Reintroduce find_missing_objects, since hg-git relies on it.
Author:
Jelmer Vernooij
Reintroduce find_missing_ |
sec-policy | 2023-01-25 08:15:11 UTC |
Update security policy now that 0.21.X is out.
Author:
Jelmer Vernooij
Update security policy now that 0.21.X is out. |
worktreeconfig | 2023-01-23 02:26:25 UTC |
Add support for worktreeconfig extension
Author:
Jelmer Vernooij
Add support for worktreeconfig extension |
move-tests | 2023-01-22 16:25:10 UTC |
Move most tests to root and don't install them
Author:
Jelmer Vernooij
Move most tests to root and don't install them Fixes #1024 |
inline-move-in-pack | 2023-01-18 19:26:59 UTC |
Inline _move_in_pack, only used once.
Author:
Jelmer Vernooij
Inline _move_in_pack, only used once. |
pack-windows | 2023-01-18 03:44:27 UTC |
Factor out a common _complete_pack.
Author:
Jelmer Vernooij
Factor out a common _complete_pack. |
various | 2023-01-18 02:43:05 UTC |
Make ObjectStore._move_in_pack private, don't reopen files.
Author:
Jelmer Vernooij
Make ObjectStore. |
complete-thin-pack | 2023-01-17 20:36:17 UTC |
Factor out common _complete_thin_pack.
Author:
Jelmer Vernooij
Factor out common _complete_ |
peeled-tags | 2023-01-17 19:17:21 UTC |
Factor out serialize_refs.
Author:
Jelmer Vernooij
Factor out serialize_refs. |
inline- |
2023-01-17 18:13:59 UTC |
Inline get_object_at.
Author:
Jelmer Vernooij
Inline get_object_at. |
extend-pack | 2023-01-17 17:38:41 UTC |
Specify max_size to SpooledTemporaryFile, factor out extend_pack.
Author:
Jelmer Vernooij
Specify max_size to SpooledTemporar |
news-0.21.0 | 2023-01-16 18:46:07 UTC |
Whoops. Retroactively populate NEWS for 0.21.0
Author:
Jelmer Vernooij
Whoops. Retroactively populate NEWS for 0.21.0 |
pack-index-v3 | 2023-01-15 21:26:52 UTC |
Initial work on pack index v3.
Author:
Jelmer Vernooij
Initial work on pack index v3. |
pack-fixes-2 | 2023-01-15 20:31:42 UTC |
pass along progress function in a few more cases
Author:
Jelmer Vernooij
pass along progress function in a few more cases |
pack-fixes | 2023-01-15 18:27:20 UTC |
Cope with Protocol not being available on Python 3.8
Author:
Jelmer Vernooij
Cope with Protocol not being available on Python 3.8 |
factor- |
2023-01-14 02:13:51 UTC |
Factor out MissingObjectStore.
Author:
Jelmer Vernooij
Factor out MissingObjectStore. |
pack-refactoring | 2023-01-13 19:48:09 UTC |
Add more typing.
Author:
Jelmer Vernooij
Add more typing. |
pack-refactor | 2023-01-13 19:48:09 UTC |
Add more typing.
Author:
Jelmer Vernooij
Add more typing. |
fix-dep-warning | 2023-01-13 19:47:07 UTC |
Fix deprecation warning re HTTPResponse.getheader().
Author:
Jelmer Vernooij
Fix deprecation warning re HTTPResponse. |
object- |
2023-01-13 19:19:09 UTC |
Add protocols for object containers.
Author:
Jelmer Vernooij
Add protocols for object containers. |
avoid-refetch | 2023-01-13 18:31:56 UTC |
Remove unused get_raw_delta.
Author:
Jelmer Vernooij
Remove unused get_raw_delta. |
even-more-typing | 2023-01-04 17:02:29 UTC |
One more in lru_cache.
Author:
Jelmer Vernooij
One more in lru_cache. |
more-typing | 2023-01-03 20:52:48 UTC |
Add more typing
Author:
Jelmer Vernooij
Add more typing |
drop-py36 | 2022-12-10 17:12:37 UTC |
Drop pypy3.9, since it's not available on GitHub actions.
Author:
Jelmer Vernooij
Drop pypy3.9, since it's not available on GitHub actions. |
fix-example- |
2022-12-01 18:58:41 UTC |
Fix memoryrepop example.
Author:
Jelmer Vernooij
Fix memoryrepop example. |
typing | 2022-11-29 16:18:38 UTC |
Fix typing.
Author:
Jelmer Vernooij
Fix typing. |
override-env | 2022-11-14 17:35:08 UTC |
use TestCase.overrideEnv.
Author:
Jelmer Vernooij
use TestCase. |
missing- |
2022-11-11 18:25:06 UTC |
Support missing content type.
Author:
Jelmer Vernooij
Support missing content type. |
fix-pure | 2022-11-10 15:46:12 UTC |
Fix --pure. Fixes #1093
Author:
Jelmer Vernooij
Fix --pure. Fixes #1093 |
move-overrideEnv | 2022-11-08 22:07:33 UTC |
use TestCase.overrideEnv.
Author:
Jelmer Vernooij
use TestCase. |
fix-apidocs | 2022-11-08 20:43:45 UTC |
Build API docs with Python 3.10 for now, until pydoctor catches up.
Author:
Jelmer Vernooij
Build API docs with Python 3.10 for now, until pydoctor catches up. |
license-files | 2022-10-29 15:59:05 UTC |
Set the license_files tag.
Author:
Jelmer Vernooij
Set the license_files tag. |
aiohttp-simpler | 2022-10-28 17:36:39 UTC |
Add dulwich.aiohttp.
Author:
Jelmer Vernooij
Add dulwich.aiohttp. |
depth | 2022-10-27 17:58:19 UTC |
Support depth for local clones.
Author:
Jelmer Vernooij
Support depth for local clones. |
config-credentials | 2022-10-23 23:27:07 UTC |
add support for git credential helpers
Author:
=?utf-8?q?Daniele_Trifir=C3=B2?=
add support for git credential helpers - add misc url-matching functions Extracted from https:/ |
clone-b | 2022-10-23 19:09:19 UTC |
Add -b argument to dulwich clone.
Author:
Jelmer Vernooij
Add -b argument to dulwich clone. |
setup.cfg- |
2022-10-21 06:47:23 UTC |
Use standard python infrastructure to mark extensions as optional
Author:
Jelmer Vernooij
Use standard python infrastructure to mark extensions as optional |
symlink-win | 2022-10-20 23:55:45 UTC |
On Windows, provide a hint about developer mode when creating symlinks fails ...
Author:
Jelmer Vernooij
On Windows, provide a hint about developer mode when creating symlinks fails due to a permission error Fixes #1005 |
wheel-path | 2022-10-19 02:19:32 UTC |
Fix wheel artifact path.
Author:
Jelmer Vernooij
Fix wheel artifact path. |
lookup-once | 2022-10-16 16:40:06 UTC |
Only lookup entries in pwd once.
Author:
Jelmer Vernooij
Only lookup entries in pwd once. |
package-data | 2022-10-16 16:37:43 UTC |
Migrate some more package data to setup.cfg.
Author:
Jelmer Vernooij
Migrate some more package data to setup.cfg. |
setup.cfg | 2022-10-07 20:21:58 UTC |
Remove unused import.
Author:
Jelmer Vernooij
Remove unused import. |
disperse | 2022-10-07 15:29:04 UTC |
s/releaser/disperse/
Author:
Jelmer Vernooij
s/releaser/ |
releaser-validate | 2022-10-07 12:48:33 UTC |
Validate releaser configuration.
Author:
Jelmer Vernooij
Validate releaser configuration. |
index-format-error | 2022-10-07 12:03:10 UTC |
Raise exception when encountering an unsupported index format.
Author:
Jelmer Vernooij
Raise exception when encountering an unsupported index format. |
raise-from | 2022-10-07 06:11:47 UTC |
Use 'raise from'.
Author:
Jelmer Vernooij
Use 'raise from'. |
repository-format-1 | 2022-10-03 20:24:31 UTC |
Support repository format version 1. Fixes #1056
Author:
Jelmer Vernooij
Support repository format version 1. Fixes #1056 |
deltify | 2022-09-28 21:23:32 UTC |
Abort delta generation early if the delta gets too big.
Author:
Jelmer Vernooij
Abort delta generation early if the delta gets too big. |
yield-from | 2022-09-28 20:57:43 UTC |
Use yield from.
Author:
Jelmer Vernooij
Use yield from. |
delta | 2022-09-25 23:54:39 UTC |
Avoid copying data when creating deltas.
Author:
Jelmer Vernooij
Avoid copying data when creating deltas. |
aiohttp | 2022-09-25 21:59:02 UTC |
Add basic aiohttp server implementation.
Author:
Jelmer Vernooij
Add basic aiohttp server implementation. |
avoid-bytesio | 2022-09-25 21:15:54 UTC |
Remove now unused ProtocolFile.
Author:
Jelmer Vernooij
Remove now unused ProtocolFile. |
aiohttp-refactor-2 | 2022-09-25 18:46:21 UTC |
Factor out more formatting functions.
Author:
Jelmer Vernooij
Factor out more formatting functions. |
aiohttp-refactor | 2022-09-25 17:56:57 UTC |
Factor out line formatting.
Author:
Jelmer Vernooij
Factor out line formatting. |
aiohttp-refactoring | 2022-09-25 16:42:48 UTC |
Some refactoring ahead of adding aiohttp support.
Author:
Jelmer Vernooij
Some refactoring ahead of adding aiohttp support. |
config-tests | 2022-09-19 16:55:52 UTC |
Handle continuation lines that use windows-style line endings.
Author:
Jelmer Vernooij
Handle continuation lines that use windows-style line endings. |
submodule-init | 2022-09-17 05:03:38 UTC |
Add basic submodule init.
Author:
Jelmer Vernooij
Add basic submodule init. |
follow-ref-fix | 2022-09-16 16:06:26 UTC |
Update NEWS.
Author:
Jelmer Vernooij
Update NEWS. |
factor- |
2022-09-14 14:00:39 UTC |
Move PackTupleIterable to top-level.
Author:
Jelmer Vernooij
Move PackTupleIterable to top-level. |
tar-unicode | 2022-09-11 01:29:57 UTC |
Support non-ascii characters in filenames in tar streams.
Author:
Jelmer Vernooij
Support non-ascii characters in filenames in tar streams. |
apidoc-format | 2022-09-10 13:17:38 UTC |
Install pydoctor from pip
Author:
Jelmer Vernooij
Install pydoctor from pip |
pr-action | 2022-09-10 11:46:23 UTC |
Fix triggering GitHub action on PR.
Author:
Jelmer Vernooij
Fix triggering GitHub action on PR. |
1 → 100 of 128 results | First • Previous • Next • Last |
Other repositories
Name | Last Modified |
---|---|
lp:dulwich | 2023-10-11 |
lp:~jelmer/dulwich | 2020-06-25 |
lp:~roguescholar/dulwich/+git/packaging | 2020-01-15 |
1 → 3 of 3 results | First • Previous • Next • Last |