.testr.conf
AUTHORS
CONTRIBUTING.rst
COPYING
Cargo.toml
MANIFEST.in
Makefile
NEWS
README.rst
TODO
dulwich.cfg
pyproject.toml
setup.py
tox.ini
bin/dul-receive-pack
bin/dul-upload-pack
crates/diff-tree/Cargo.toml
crates/diff-tree/src/lib.rs
crates/objects/Cargo.toml
crates/objects/src/lib.rs
crates/pack/Cargo.toml
crates/pack/src/lib.rs
docs/Makefile
docs/conf.py
docs/index.txt
docs/make.bat
docs/performance.txt
docs/protocol.txt
docs/requirements.txt
docs/api/index.txt
docs/tutorial/Makefile
docs/tutorial/conclusion.txt
docs/tutorial/encoding.txt
docs/tutorial/file-format.txt
docs/tutorial/index.txt
docs/tutorial/introduction.txt
docs/tutorial/object-store.txt
docs/tutorial/porcelain.txt
docs/tutorial/remote.txt
docs/tutorial/repo.txt
docs/tutorial/tag.txt
dulwich/__init__.py
dulwich/__main__.py
dulwich/archive.py
dulwich/bundle.py
dulwich/cli.py
dulwich/client.py
dulwich/config.py
dulwich/credentials.py
dulwich/diff_tree.py
dulwich/errors.py
dulwich/fastexport.py
dulwich/file.py
dulwich/graph.py
dulwich/greenthreads.py
dulwich/hooks.py
dulwich/ignore.py
dulwich/index.py
dulwich/lfs.py
dulwich/line_ending.py
dulwich/log_utils.py
dulwich/lru_cache.py
dulwich/mailmap.py
dulwich/object_store.py
dulwich/objects.py
dulwich/objectspec.py
dulwich/pack.py
dulwich/patch.py
dulwich/porcelain.py
dulwich/protocol.py
dulwich/py.typed
dulwich/reflog.py
dulwich/refs.py
dulwich/repo.py
dulwich/server.py
dulwich/stash.py
dulwich/stdint.h
dulwich/submodule.py
dulwich/walk.py
dulwich/web.py
dulwich.egg-info/PKG-INFO
dulwich.egg-info/SOURCES.txt
dulwich.egg-info/dependency_links.txt
dulwich.egg-info/entry_points.txt
dulwich.egg-info/not-zip-safe
dulwich.egg-info/requires.txt
dulwich.egg-info/top_level.txt
dulwich/cloud/__init__.py
dulwich/cloud/gcs.py
dulwich/contrib/__init__.py
dulwich/contrib/diffstat.py
dulwich/contrib/paramiko_vendor.py
dulwich/contrib/release_robot.py
dulwich/contrib/requests_vendor.py
dulwich/contrib/swift.py
dulwich/tests/__init__.py
dulwich/tests/test_object_store.py
dulwich/tests/utils.py
examples/clone.py
examples/config.py
examples/diff.py
examples/gcs.py
examples/latest_change.py
examples/memoryrepo.py
examples/rename-branch.py
tests/test_archive.py
tests/test_blackbox.py
tests/test_bundle.py
tests/test_client.py
tests/test_config.py
tests/test_credentials.py
tests/test_diff_tree.py
tests/test_fastexport.py
tests/test_file.py
tests/test_grafts.py
tests/test_graph.py
tests/test_greenthreads.py
tests/test_hooks.py
tests/test_ignore.py
tests/test_index.py
tests/test_lfs.py
tests/test_line_ending.py
tests/test_lru_cache.py
tests/test_mailmap.py
tests/test_missing_obj_finder.py
tests/test_object_store.py
tests/test_objects.py
tests/test_objectspec.py
tests/test_pack.py
tests/test_patch.py
tests/test_porcelain.py
tests/test_protocol.py
tests/test_reflog.py
tests/test_refs.py
tests/test_repository.py
tests/test_server.py
tests/test_stash.py
tests/test_utils.py
tests/test_walk.py
tests/test_web.py