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/bridges.py
pythongit/cli.py
pythongit/diff.py
pythongit/ignore.py
pythongit/index.py
pythongit/merge.py
pythongit/objects.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/workdir.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