LICENSE
MANIFEST.in
README.md
setup.py
completion/__init__.py
completion/git-machete.completion.bash
completion/git-machete.completion.zsh
completion/git-machete.fish
docs/man/git-machete.1
git_machete/__init__.py
git_machete/annotation.py
git_machete/bin.py
git_machete/cli.py
git_machete/cli_commands.py
git_machete/cli_parser.py
git_machete/code_hosting.py
git_machete/config.py
git_machete/constants.py
git_machete/generated_docs.py
git_machete/git.py
git_machete/github.py
git_machete/gitlab.py
git_machete/help.py
git_machete/options.py
git_machete.egg-info/PKG-INFO
git_machete.egg-info/SOURCES.txt
git_machete.egg-info/dependency_links.txt
git_machete.egg-info/entry_points.txt
git_machete.egg-info/top_level.txt
git_machete/client/__init__.py
git_machete/client/advance.py
git_machete/client/anno.py
git_machete/client/base.py
git_machete/client/branch_layout.py
git_machete/client/diff.py
git_machete/client/discover.py
git_machete/client/fork_point.py
git_machete/client/go_interactive.py
git_machete/client/go_show.py
git_machete/client/list.py
git_machete/client/log.py
git_machete/client/reapply.py
git_machete/client/rename.py
git_machete/client/slide_out.py
git_machete/client/squash.py
git_machete/client/state.py
git_machete/client/status.py
git_machete/client/traverse.py
git_machete/client/update.py
git_machete/client/with_code_hosting.py
git_machete/utils/__init__.py
git_machete/utils/_subproc.py
git_machete/utils/cmd.py
git_machete/utils/collections.py
git_machete/utils/date.py
git_machete/utils/debug_log.py
git_machete/utils/exceptions.py
git_machete/utils/fs.py
git_machete/utils/markup.py
git_machete/utils/paths.py
git_machete/utils/terminal.py