LICENSE
MANIFEST.in
README.md
pyproject.toml
tests/test_advanced_features.py
tests/test_branch.py
tests/test_ci_compatibility.py
tests/test_commands.py
tests/test_config.py
tests/test_diff.py
tests/test_integration.py
tests/test_merge.py
tests/test_new_features.py
tests/test_objects.py
tests/test_remote.py
tests/test_repository.py
tests/test_reset.py
tests/test_stash.py
tests/test_status.py
tests/test_web_interface.py
ugit/__init__.py
ugit/cli.py
ugit/commands/__init__.py
ugit/commands/add.py
ugit/commands/add_interactive.py
ugit/commands/alias.py
ugit/commands/archive.py
ugit/commands/bisect.py
ugit/commands/blame.py
ugit/commands/branch.py
ugit/commands/checkout.py
ugit/commands/cherry_pick.py
ugit/commands/clone.py
ugit/commands/commit.py
ugit/commands/commit_template.py
ugit/commands/config.py
ugit/commands/delta_compression.py
ugit/commands/diff.py
ugit/commands/fetch.py
ugit/commands/fsck.py
ugit/commands/gc.py
ugit/commands/gpg.py
ugit/commands/grep.py
ugit/commands/hooks.py
ugit/commands/http_remote.py
ugit/commands/init.py
ugit/commands/log.py
ugit/commands/merge.py
ugit/commands/pack.py
ugit/commands/pull.py
ugit/commands/push.py
ugit/commands/rebase.py
ugit/commands/reflog.py
ugit/commands/remote.py
ugit/commands/reset.py
ugit/commands/serve.py
ugit/commands/shallow_clone.py
ugit/commands/stash.py
ugit/commands/stats.py
ugit/commands/status.py
ugit/commands/tag.py
ugit/commands/worktree.py
ugit/core/__init__.py
ugit/core/checkout.py
ugit/core/exceptions.py
ugit/core/objects.py
ugit/core/repository.py
ugit/utils/__init__.py
ugit/utils/atomic.py
ugit/utils/cache.py
ugit/utils/config.py
ugit/utils/helpers.py
ugit/utils/logging.py
ugit/utils/parallel.py
ugit/utils/progress.py
ugit/utils/validation.py
ugit/web/server.py
ugit/web/static/.DS_Store
ugit/web/static/css/style.css
ugit/web/static/js/app.js
ugit/web/templates/index.html
ugit_cli.egg-info/PKG-INFO
ugit_cli.egg-info/SOURCES.txt
ugit_cli.egg-info/dependency_links.txt
ugit_cli.egg-info/entry_points.txt
ugit_cli.egg-info/requires.txt
ugit_cli.egg-info/top_level.txt