README.md
setup.py
guet/__init__.py
guet/commit.py
guet/constants.py
guet/executor.py
guet/factory.py
guet/main.py
guet/stdin_manager.py
guet/stdout_manager.py
guet/util.py
guet.egg-info/PKG-INFO
guet.egg-info/SOURCES.txt
guet.egg-info/dependency_links.txt
guet.egg-info/entry_points.txt
guet.egg-info/top_level.txt
guet/commands/__init__.py
guet/commands/addcommitter.py
guet/commands/command.py
guet/commands/help.py
guet/commands/init.py
guet/commands/setcommitters.py
guet/commands/start.py
guet/gateways/__init__.py
guet/gateways/errors.py
guet/gateways/gateway.py
guet/gateways/io.py
guet/git/__init__.py
guet/git/_create_hook_commit_msg_strategy.py
guet/git/_create_hook_create_strategy.py
guet/git/_create_hook_post_commit_strategy.py
guet/git/_create_hook_pre_commit_strategy.py
guet/git/_hook_mode.py
guet/git/any_hooks_present.py
guet/git/create_hook.py
guet/git/git_path_from_cwd.py
guet/git/git_present_in_cwd.py
guet/git/hook_present.py
test/test_commit.py
test/test_executor.py
test/test_factory.py
test/test_main.py
test/test_stdin_manager.py
test/test_stdout_manager.py