README.rst
setup.py
pygit2/__init__.py
pygit2/blame.py
pygit2/config.py
pygit2/credentials.py
pygit2/decl.h
pygit2/errors.py
pygit2/ffi.py
pygit2/index.py
pygit2/libgit2_build.py
pygit2/py2.py
pygit2/py3.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
src/blob.c
src/branch.c
src/commit.c
src/diff.c
src/error.c
src/note.c
src/object.c
src/oid.c
src/options.c
src/patch.c
src/pygit2.c
src/reference.c
src/repository.c
src/signature.c
src/tag.c
src/tree.c
src/treebuilder.c
src/utils.c
src/walker.c
test/test_archive.py
test/test_attributes.py
test/test_blame.py
test/test_blob.py
test/test_branch.py
test/test_cherrypick.py
test/test_commit.py
test/test_config.py
test/test_credentials.py
test/test_diff.py
test/test_index.py
test/test_merge.py
test/test_note.py
test/test_object.py
test/test_oid.py
test/test_options.py
test/test_refs.py
test/test_remote.py
test/test_repository.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