Jelmer Vernooij fcd577dd4a Reorganize CLI tests into tests/cli/ subdirectory 2 minggu lalu
..
cli fcd577dd4a Reorganize CLI tests into tests/cli/ subdirectory 2 minggu lalu
compat 2e0cb3af64 Fix Windows file deletion error in _remove_pack 2 minggu lalu
contrib 43f8ec882b Fix ParamikoSSHVendor interface compatibility with SSHVendor 1 bulan lalu
porcelain aa715a13a7 Return regular strings from dulwich.porcelain.status() 2 minggu lalu
__init__.py ef73fa0f13 Improve signature vendor API and exception handling 2 minggu lalu
test_aiohttp.py f45a9fabbd Add dulwich.aiohttp. 1 bulan lalu
test_annotate.py e6d026eac1 Drop support for Python 3.9 2 bulan lalu
test_approxidate.py 59c29b3627 Implement advanced Git object specification support 2 bulan lalu
test_archive.py e6d026eac1 Drop support for Python 3.9 2 bulan lalu
test_attrs.py 242374e2a4 Fix typo in license preamble: "public" -> "published" 6 bulan lalu
test_bisect.py 13d51149f0 Add type annotations to tests/test_bisect.py 5 bulan lalu
test_bitmap.py 4b34f379fa Fix build on windows 2 bulan lalu
test_blackbox.py f1bfaef9e2 Fix ruff issues (#1886) 4 bulan lalu
test_bundle.py 667368ffb6 Fix all Bundle resource leaks exposed by __del__ warning 3 minggu lalu
test_client.py b08b56fb96 Fix Bundle resource leak in BundleClientTests 3 minggu lalu
test_cloud_gcs.py d70fa94c96 Make object_format mandatory for pack index loading 1 bulan lalu
test_commit_graph.py b0af6bf244 Fix various warnings (#2053) 2 minggu lalu
test_config.py d0a38f5b9e Fix SHA-256 pack checksum generation and trailer handling 1 bulan lalu
test_credentials.py 242374e2a4 Fix typo in license preamble: "public" -> "published" 6 bulan lalu
test_diff.py ef704cc675 diff: Add colordiff support 6 bulan lalu
test_diff_tree.py f3b6e94579 Fix TreeEntry typing to not allow None values 4 bulan lalu
test_diffstat.py 69eb93f11d Add --stat argument to diff 1 bulan lalu
test_dumb.py d48272a726 dumb: Add fallback when HEAD is missing 1 bulan lalu
test_fastexport.py c6963ed725 Fix ResourceWarnings for unclosed MemoryRepo objects in tests 3 minggu lalu
test_file.py 242374e2a4 Fix typo in license preamble: "public" -> "published" 6 bulan lalu
test_filter_branch.py 2b68d93362 Update more hardcoded sha length 1 bulan lalu
test_filters.py 899a78aa61 Rename pack related object-format handling to back hash-format 1 bulan lalu
test_gc.py d2aa81d2ab Fix Repo resource leaks in test_gc.py 3 minggu lalu
test_grafts.py c6963ed725 Fix ResourceWarnings for unclosed MemoryRepo objects in tests 3 minggu lalu
test_graph.py c6963ed725 Fix ResourceWarnings for unclosed MemoryRepo objects in tests 3 minggu lalu
test_hooks.py 242374e2a4 Fix typo in license preamble: "public" -> "published" 6 bulan lalu
test_ignore.py 1f8a7469a9 Simplify gitignore parent exclusion logic 6 bulan lalu
test_index.py 2b68d93362 Update more hardcoded sha length 1 bulan lalu
test_lfs.py 4e3b18f12a Implement file:// URL support for LFS 3 bulan lalu
test_lfs_integration.py 097f5f6f43 Fix warnings 2 bulan lalu
test_line_ending.py 097f5f6f43 Fix warnings 2 bulan lalu
test_log_utils.py e6d026eac1 Drop support for Python 3.9 2 bulan lalu
test_lru_cache.py 242374e2a4 Fix typo in license preamble: "public" -> "published" 6 bulan lalu
test_mailmap.py 242374e2a4 Fix typo in license preamble: "public" -> "published" 6 bulan lalu
test_maintenance.py b1ec150b79 Implement git maintenance register and unregister subcommands 3 bulan lalu
test_mbox.py b99714abbb Add mailinfo command 2 bulan lalu
test_merge.py c6963ed725 Fix ResourceWarnings for unclosed MemoryRepo objects in tests 3 minggu lalu
test_merge_drivers.py e6d026eac1 Drop support for Python 3.9 2 bulan lalu
test_midx.py 393815ca41 Fix MIDX format compatibility with Git and add compat tests 1 bulan lalu
test_missing_obj_finder.py 242374e2a4 Fix typo in license preamble: "public" -> "published" 6 bulan lalu
test_notes.py 242374e2a4 Fix typo in license preamble: "public" -> "published" 6 bulan lalu
test_object_filters.py 9ba525e942 Fix typing 3 minggu lalu
test_object_store.py eb73287253 Add cleanup for unclosed ObjectStore instances in tests 3 minggu lalu
test_objects.py 8d0c8cc552 Add support for parsing commits with broken author/committer lines 1 bulan lalu
test_objectspec.py c6963ed725 Fix ResourceWarnings for unclosed MemoryRepo objects in tests 3 minggu lalu
test_pack.py efad8d6b9c Fix mypy type errors and add GitClient.close() method 3 minggu lalu
test_patch.py 2b68d93362 Update more hardcoded sha length 1 bulan lalu
test_protocol.py 6a62636e3f Add filter specification parsing for partial clone support 3 minggu lalu
test_rebase.py c6963ed725 Fix ResourceWarnings for unclosed MemoryRepo objects in tests 3 minggu lalu
test_reflog.py 4dc28c07c9 Fix Repo leak in test_reflog by closing in tearDown 3 minggu lalu
test_refs.py abdb24e259 Move peeled tags protocol functions to dulwich.protocol 1 bulan lalu
test_reftable.py f1bfaef9e2 Fix ruff issues (#1886) 4 bulan lalu
test_repository.py 0e40d3453a Remove porcelain module usage from lower-level tests 2 minggu lalu
test_rerere.py e52c89e6ca Add end-to-end tests for rerere with real merge operations 2 bulan lalu
test_server.py aef6618caf Rename partial_clone to object_filters for clarity 3 minggu lalu
test_sha256.py d70fa94c96 Make object_format mandatory for pack index loading 1 bulan lalu
test_sha256_pack.py 7e98054a14 Properly register sha256 tests 1 bulan lalu
test_signature.py dd6a1d555a Skip SSHSigSignatureVendor tests when sshsig is unavailable 2 minggu lalu
test_source.py 0549c1bbf6 Fix style check - call endswith() once with tuple 2 minggu lalu
test_sparse_patterns.py 69aa6a964f fix: correct sparse pattern matching bugs and update exports 1 bulan lalu
test_stash.py 05bb0fb3af worktree: handle per-worktree and shared refs on read and reflog writes 5 bulan lalu
test_stripspace.py 8455b6076f Fix typo in preamble 2 bulan lalu
test_submodule.py 2b68d93362 Update more hardcoded sha length 1 bulan lalu
test_trailers.py 90c7d1c0b1 Add interpret-trailers command 3 bulan lalu
test_utils.py f1bfaef9e2 Fix ruff issues (#1886) 4 bulan lalu
test_walk.py f1bfaef9e2 Fix ruff issues (#1886) 4 bulan lalu
test_web.py 242374e2a4 Fix typo in license preamble: "public" -> "published" 6 bulan lalu
test_whitespace.py f1bfaef9e2 Fix ruff issues (#1886) 4 bulan lalu
test_worktree.py 0e40d3453a Remove porcelain module usage from lower-level tests 2 minggu lalu