AUTHORS.rst
COPYING
README.rst
pyproject.toml
setup.cfg
setup.py
pygit2/__init__.py
pygit2/_build.py
pygit2/_run.py
pygit2/blame.py
pygit2/callbacks.py
pygit2/config.py
pygit2/credentials.py
pygit2/errors.py
pygit2/ffi.py
pygit2/index.py
pygit2/packbuilder.py
pygit2/refspec.py
pygit2/remote.py
pygit2/repository.py
pygit2/settings.py
pygit2/submodule.py
pygit2/utils.py
pygit2.egg-info/PKG-INFO
pygit2.egg-info/SOURCES.txt
pygit2.egg-info/dependency_links.txt
pygit2.egg-info/not-zip-safe
pygit2.egg-info/requires.txt
pygit2.egg-info/top_level.txt
pygit2/decl/attr.h
pygit2/decl/blame.h
pygit2/decl/buffer.h
pygit2/decl/callbacks.h
pygit2/decl/checkout.h
pygit2/decl/clone.h
pygit2/decl/common.h
pygit2/decl/config.h
pygit2/decl/describe.h
pygit2/decl/diff.h
pygit2/decl/errors.h
pygit2/decl/graph.h
pygit2/decl/index.h
pygit2/decl/indexer.h
pygit2/decl/merge.h
pygit2/decl/net.h
pygit2/decl/oid.h
pygit2/decl/pack.h
pygit2/decl/proxy.h
pygit2/decl/refspec.h
pygit2/decl/remote.h
pygit2/decl/repository.h
pygit2/decl/revert.h
pygit2/decl/stash.h
pygit2/decl/strarray.h
pygit2/decl/submodule.h
pygit2/decl/transport.h
pygit2/decl/types.h
src/blob.c
src/branch.c
src/commit.c
src/diff.c
src/error.c
src/mailmap.c
src/note.c
src/object.c
src/odb.c
src/odb_backend.c
src/oid.c
src/options.c
src/patch.c
src/pygit2.c
src/refdb.c
src/refdb_backend.c
src/reference.c
src/repository.c
src/revspec.c
src/signature.c
src/tag.c
src/tree.c
src/treebuilder.c
src/utils.c
src/walker.c
src/wildmatch.c
src/worktree.c
test/test_apply_diff.py
test/test_archive.py
test/test_attributes.py
test/test_blame.py
test/test_blob.py
test/test_branch.py
test/test_branch_empty.py
test/test_cherrypick.py
test/test_commit.py
test/test_commit_gpg.py
test/test_config.py
test/test_credentials.py
test/test_describe.py
test/test_diff.py
test/test_diff_binary.py
test/test_index.py
test/test_mailmap.py
test/test_merge.py
test/test_note.py
test/test_object.py
test/test_odb.py
test/test_odb_backend.py
test/test_oid.py
test/test_options.py
test/test_packbuilder.py
test/test_patch.py
test/test_patch_encoding.py
test/test_refdb_backend.py
test/test_refs.py
test/test_remote.py
test/test_remote_prune.py
test/test_remote_utf8.py
test/test_repository.py
test/test_repository_bare.py
test/test_repository_custom.py
test/test_repository_empty.py
test/test_revparse.py
test/test_revwalk.py
test/test_signature.py
test/test_status.py
test/test_submodule.py
test/test_tag.py
test/test_tree.py
test/test_treebuilder.py