LICENSE
README.md
pyproject.toml
git_surgeon/__init__.py
git_surgeon/__main__.py
git_surgeon/cli.py
git_surgeon/git_utils.py
git_surgeon.egg-info/PKG-INFO
git_surgeon.egg-info/SOURCES.txt
git_surgeon.egg-info/dependency_links.txt
git_surgeon.egg-info/entry_points.txt
git_surgeon.egg-info/top_level.txt
git_surgeon/commands/__init__.py
git_surgeon/commands/absorb.py
git_surgeon/commands/describe.py
git_surgeon/commands/diff.py
git_surgeon/commands/drop.py
git_surgeon/commands/edit.py
git_surgeon/commands/file.py
git_surgeon/commands/file_track.py
git_surgeon/commands/file_untrack.py
git_surgeon/commands/fixup.py
git_surgeon/commands/merge.py
git_surgeon/commands/metaedit.py
git_surgeon/commands/metaedit_author.py
git_surgeon/commands/metaedit_date.py
git_surgeon/commands/metaedit_mail.py
git_surgeon/commands/move.py
git_surgeon/commands/new.py
git_surgeon/commands/op.py
git_surgeon/commands/op_abandon.py
git_surgeon/commands/op_log.py
git_surgeon/commands/op_restore.py
git_surgeon/commands/op_revert.py
git_surgeon/commands/pre_rebase.py
git_surgeon/commands/resolve.py
git_surgeon/commands/reword.py
git_surgeon/commands/show.py
git_surgeon/commands/split.py
git_surgeon/commands/squash.py
git_surgeon/commands/stashless.py
git_surgeon/commands/swap.py
git_surgeon/commands/undo.py
tests/test_commands.py