LICENSE
README.md
pyproject.toml
src/git_notes_db/__init__.py
src/git_notes_db/__main__.py
src/git_notes_db/cli.py
src/git_notes_db/commands.py
src/git_notes_db/git.py
src/git_notes_db/helpers.py
src/git_notes_db/jq.py
src/git_notes_db.egg-info/PKG-INFO
src/git_notes_db.egg-info/SOURCES.txt
src/git_notes_db.egg-info/dependency_links.txt
src/git_notes_db.egg-info/entry_points.txt
src/git_notes_db.egg-info/requires.txt
src/git_notes_db.egg-info/top_level.txt
src/git_notes_db/dev/__init__.py
src/git_notes_db/dev/commit.py
src/git_notes_db/dev/commit_helpers.py
src/git_notes_db/dev/cz_pre_bump.py
src/git_notes_db/dev/describe.py
tests/test_cli.py