LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/gitelle/__init__.py
src/gitelle/cli.py
src/gitelle.egg-info/PKG-INFO
src/gitelle.egg-info/SOURCES.txt
src/gitelle.egg-info/dependency_links.txt
src/gitelle.egg-info/entry_points.txt
src/gitelle.egg-info/not-zip-safe
src/gitelle.egg-info/requires.txt
src/gitelle.egg-info/top_level.txt
src/gitelle/commands/__init__.py
src/gitelle/commands/add.py
src/gitelle/commands/branch.py
src/gitelle/commands/checkout.py
src/gitelle/commands/clone.py
src/gitelle/commands/commit.py
src/gitelle/commands/diff.py
src/gitelle/commands/init.py
src/gitelle/commands/log.py
src/gitelle/commands/reset.py
src/gitelle/commands/status.py
src/gitelle/core/__init__.py
src/gitelle/core/index.py
src/gitelle/core/objects.py
src/gitelle/core/refs.py
src/gitelle/core/repository.py
src/gitelle/utils/__init__.py
src/gitelle/utils/compression.py
src/gitelle/utils/config.py
src/gitelle/utils/diff.py
src/gitelle/utils/filesystem.py
src/gitelle/utils/hashing.py
tests/test_index.py
tests/test_objects.py
tests/test_refs.py
tests/test_repository.py