Jelmer Vernooij 2c9705b1df Implement pack filtering for blob size-based partial clone 3 недель назад
..
compat 3d1dbb2566 Add dulwich.aiohttp. 3 недель назад
contrib cd5cf1be77 Fix ParamikoSSHVendor interface compatibility with SSHVendor 1 месяц назад
porcelain 143ca5814e Make object_format mandatory for pack index loading 1 месяц назад
__init__.py d491b8af53 Properly register sha256 tests (#2042) 3 недель назад
test_aiohttp.py 3d1dbb2566 Add dulwich.aiohttp. 3 недель назад
test_annotate.py c593e5afa3 Drop support for Python 3.9 2 месяцев назад
test_approxidate.py f6ee40f71d Implement advanced Git object specification support 2 месяцев назад
test_archive.py c593e5afa3 Drop support for Python 3.9 2 месяцев назад
test_attrs.py 39f9d87583 Fix typo in license preamble: "public" -> "published" 6 месяцев назад
test_bisect.py 4d6d4176b0 Add type annotations to tests/test_bisect.py 5 месяцев назад
test_bitmap.py 206519dc6e Fix build on windows 2 месяцев назад
test_blackbox.py 1eaadb49ff Fix ruff issues (#1886) 4 месяцев назад
test_bundle.py 3003e49801 Fix all deprecation warnings by adding object_format parameter propagation 1 месяц назад
test_cli.py 1e0b2788a5 Add --objectformat option to dulwich init command 1 месяц назад
test_cli_cherry_pick.py 93b2be96d6 Fix deprecation warnings 5 месяцев назад
test_cli_merge.py 2d84f930b3 skip tests that require merge3 when it's not available (#2002) 2 месяцев назад
test_client.py ac8ff0a3b8 Add automatic object format detection and conversion for network clones 1 месяц назад
test_cloud_gcs.py 143ca5814e Make object_format mandatory for pack index loading 1 месяц назад
test_commit_graph.py 69b3060b2e Rename pack related object-format handling to back hash-format 1 месяц назад
test_config.py 1cced19ca4 Fix SHA-256 pack checksum generation and trailer handling 1 месяц назад
test_credentials.py 39f9d87583 Fix typo in license preamble: "public" -> "published" 6 месяцев назад
test_diff.py d708cea428 diff: Add colordiff support 6 месяцев назад
test_diff_tree.py 281b1de41b Fix TreeEntry typing to not allow None values 4 месяцев назад
test_diffstat.py 3c0901e1c0 Add --stat argument to diff 1 месяц назад
test_dumb.py 40c1d86340 dumb: Add fallback when HEAD is missing 1 месяц назад
test_fastexport.py 579040d100 Use make_commit() from test utils in test files 3 месяцев назад
test_file.py 39f9d87583 Fix typo in license preamble: "public" -> "published" 6 месяцев назад
test_filter_branch.py 43b49600a6 Update more hardcoded sha length 1 месяц назад
test_filters.py 69b3060b2e Rename pack related object-format handling to back hash-format 1 месяц назад
test_gc.py 43b49600a6 Update more hardcoded sha length 1 месяц назад
test_grafts.py 93b2be96d6 Fix deprecation warnings 5 месяцев назад
test_graph.py 983db89c0f Add support for dulwich merge-base command 3 месяцев назад
test_hooks.py 39f9d87583 Fix typo in license preamble: "public" -> "published" 6 месяцев назад
test_ignore.py 053b2237df Simplify gitignore parent exclusion logic 5 месяцев назад
test_index.py 43b49600a6 Update more hardcoded sha length 1 месяц назад
test_lfs.py 8cfb4c9ab9 Implement file:// URL support for LFS 3 месяцев назад
test_lfs_integration.py 111fe24228 Fix warnings 2 месяцев назад
test_line_ending.py 111fe24228 Fix warnings 2 месяцев назад
test_log_utils.py c593e5afa3 Drop support for Python 3.9 2 месяцев назад
test_lru_cache.py 39f9d87583 Fix typo in license preamble: "public" -> "published" 6 месяцев назад
test_mailmap.py 39f9d87583 Fix typo in license preamble: "public" -> "published" 6 месяцев назад
test_maintenance.py f3b730d8b6 Implement git maintenance register and unregister subcommands 2 месяцев назад
test_mbox.py 19ea2e9e95 Add mailinfo command 2 месяцев назад
test_merge.py 579040d100 Use make_commit() from test utils in test files 3 месяцев назад
test_merge_drivers.py c593e5afa3 Drop support for Python 3.9 2 месяцев назад
test_midx.py 565be41d3b Fix MIDX format compatibility with Git and add compat tests 1 месяц назад
test_missing_obj_finder.py 39f9d87583 Fix typo in license preamble: "public" -> "published" 6 месяцев назад
test_notes.py 39f9d87583 Fix typo in license preamble: "public" -> "published" 6 месяцев назад
test_object_store.py 143ca5814e Make object_format mandatory for pack index loading 1 месяц назад
test_objects.py 3d7cc17805 Add support for parsing commits with broken author/committer lines 1 месяц назад
test_objectspec.py f6ee40f71d Implement advanced Git object specification support 2 месяцев назад
test_pack.py 94ee8dad53 Fix formatting 1 месяц назад
test_partial_clone.py 2c9705b1df Implement pack filtering for blob size-based partial clone 3 недель назад
test_patch.py 43b49600a6 Update more hardcoded sha length 1 месяц назад
test_protocol.py a742846e24 Add filter specification parsing for partial clone support 3 недель назад
test_rebase.py 2d84f930b3 skip tests that require merge3 when it's not available (#2002) 2 месяцев назад
test_reflog.py a928159d92 Implement git reflog expire and delete commands 3 месяцев назад
test_refs.py bf8d773a3e Move peeled tags protocol functions to dulwich.protocol 1 месяц назад
test_reftable.py 1eaadb49ff Fix ruff issues (#1886) 4 месяцев назад
test_repository.py 618eab6b71 Fix AssertionError when accessing ref names with binary hash length 4 недель назад
test_rerere.py 1d43ab79bf Add end-to-end tests for rerere with real merge operations 2 месяцев назад
test_server.py a742846e24 Add filter specification parsing for partial clone support 3 недель назад
test_sha256.py 143ca5814e Make object_format mandatory for pack index loading 1 месяц назад
test_sha256_pack.py 790d9df61a Properly register sha256 tests 3 недель назад
test_source.py 63c51b2e14 Add tests for consistent license preamble, and to prevent os.environ use in lower layers 1 месяц назад
test_sparse_patterns.py e05071e159 fix: correct sparse pattern matching bugs and update exports 1 месяц назад
test_stash.py cc8da0fa5a worktree: handle per-worktree and shared refs on read and reflog writes 5 месяцев назад
test_stripspace.py e1cf593387 Fix typo in preamble 2 месяцев назад
test_submodule.py 43b49600a6 Update more hardcoded sha length 1 месяц назад
test_trailers.py 3825a6c368 Add interpret-trailers command 2 месяцев назад
test_utils.py 1eaadb49ff Fix ruff issues (#1886) 4 месяцев назад
test_walk.py 1eaadb49ff Fix ruff issues (#1886) 4 месяцев назад
test_web.py 39f9d87583 Fix typo in license preamble: "public" -> "published" 6 месяцев назад
test_whitespace.py 1eaadb49ff Fix ruff issues (#1886) 4 месяцев назад
test_worktree.py 3926daf5b6 Add git worktree repair command 3 месяцев назад