LICENSE
README.md
pyproject.toml
oxidize/__init__.py
oxidize/cli/__init__.py
oxidize/cli/main.py
oxidize/cli/repl.py
oxidize/cli/commands/__init__.py
oxidize/cli/commands/add.py
oxidize/cli/commands/bisect.py
oxidize/cli/commands/blame.py
oxidize/cli/commands/branch.py
oxidize/cli/commands/checkout.py
oxidize/cli/commands/commit.py
oxidize/cli/commands/diff.py
oxidize/cli/commands/hooks.py
oxidize/cli/commands/ignores.py
oxidize/cli/commands/init.py
oxidize/cli/commands/log.py
oxidize/cli/commands/merge.py
oxidize/cli/commands/notebook.py
oxidize/cli/commands/remote.py
oxidize/cli/commands/resolve.py
oxidize/cli/commands/scan.py
oxidize/cli/commands/show.py
oxidize/cli/commands/stash.py
oxidize/cli/commands/status.py
oxidize/cli/commands/tag.py
oxidize/cli/commands/undo.py
oxidize/core/__init__.py
oxidize/core/config.py
oxidize/core/ignores.py
oxidize/core/refs.py
oxidize/core/repository.py
oxidize/diff/__init__.py
oxidize/diff/engine.py
oxidize/index/__init__.py
oxidize/index/staging.py
oxidize/merge/__init__.py
oxidize/merge/structured.py
oxidize/merge/text.py
oxidize/merge/treewalk.py
oxidize/network/__init__.py
oxidize/network/remote.py
oxidize/notebook/__init__.py
oxidize/notebook/differ.py
oxidize/objects/__init__.py
oxidize/objects/types.py
oxidize/provenance/__init__.py
oxidize/provenance/agent.py
oxidize/security/__init__.py
oxidize/security/scanner.py
oxidize/semantic/__init__.py
oxidize/semantic/differ.py
oxidize/semantic/entities.py
oxidize/semantic/parser.py
oxidize/staging/__init__.py
oxidize/staging/stash.py
oxidize/storage/__init__.py
oxidize/storage/backend.py
oxidize/storage/database.py
oxidize/undo/__init__.py
oxidize/undo/journal.py
oxidize/undo/reverser.py
oxidize/workflow/__init__.py
oxidize/workflow/bisect.py
oxidize/workflow/blame.py
oxidize/workflow/hooks.py
pyoxidize.egg-info/PKG-INFO
pyoxidize.egg-info/SOURCES.txt
pyoxidize.egg-info/dependency_links.txt
pyoxidize.egg-info/entry_points.txt
pyoxidize.egg-info/requires.txt
pyoxidize.egg-info/top_level.txt
tests/test_diff.py
tests/test_ignores.py
tests/test_index.py
tests/test_merge.py
tests/test_merge_conflict_blame_remote.py
tests/test_notebook.py
tests/test_objects.py
tests/test_provenance.py
tests/test_refs_branches_tags.py
tests/test_repository.py
tests/test_scanner.py
tests/test_semantic.py
tests/test_storage.py
tests/test_undo.py
tests/test_workflow.py