LICENSE
README.md
pyproject.toml
pure_python_git.egg-info/PKG-INFO
pure_python_git.egg-info/SOURCES.txt
pure_python_git.egg-info/dependency_links.txt
pure_python_git.egg-info/entry_points.txt
pure_python_git.egg-info/requires.txt
pure_python_git.egg-info/top_level.txt
pythongit/__init__.py
pythongit/__main__.py
pythongit/bloom.py
pythongit/bridges.py
pythongit/cli.py
pythongit/commitgraph.py
pythongit/diff.py
pythongit/diffcore.py
pythongit/ignore.py
pythongit/index.py
pythongit/loose.py
pythongit/merge.py
pythongit/mergeort.py
pythongit/objects.py
pythongit/ort.py
pythongit/pack.py
pythongit/patch.py
pythongit/porcelain_merge.py
pythongit/protocol.py
pythongit/py.typed
pythongit/reflog.py
pythongit/refs.py
pythongit/repo.py
pythongit/rerere.py
pythongit/sequencer.py
pythongit/stash.py
pythongit/translate.py
pythongit/workdir.py
pythongit/xdiff.py
tests/test_ort_parity.py
tests/test_phase2.py
tests/test_phase3.py
tests/test_phase4.py
tests/test_phase5.py
tests/test_phase6.py
tests/test_phase7.py
tests/test_phase8.py
tests/test_smoke.py