LICENSE
README.md
pyproject.toml
src/gitintel/__init__.py
src/gitintel/__main__.py
src/gitintel/cli.py
src/gitintel/models.py
src/gitintel.egg-info/PKG-INFO
src/gitintel.egg-info/SOURCES.txt
src/gitintel.egg-info/dependency_links.txt
src/gitintel.egg-info/entry_points.txt
src/gitintel.egg-info/requires.txt
src/gitintel.egg-info/top_level.txt
src/gitintel/analysis/__init__.py
src/gitintel/analysis/contributors.py
src/gitintel/analysis/hotspots.py
src/gitintel/analysis/ownership.py
src/gitintel/analysis/pipeline.py
src/gitintel/analysis/summary.py
src/gitintel/git/__init__.py
src/gitintel/git/cache.py
src/gitintel/git/clone.py
src/gitintel/git/commits.py
src/gitintel/git/diff.py
src/gitintel/git/repository.py
src/gitintel/git/resolver.py
src/gitintel/git/workspace.py
src/gitintel/reports/__init__.py
src/gitintel/reports/markdown.py
src/gitintel/reports/terminal.py
tests/test_cli.py
tests/test_commits.py
tests/test_contributors.py
tests/test_diff.py
tests/test_hotspots.py
tests/test_ownership.py
tests/test_repository.py