AUTHORS.txt
DEVELOPERS.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
bin/git-flow
bin/git-sflow
docs/Makefile
docs/_manpage-footer.rst
docs/_manpage-header.rst
docs/_subcmd-checkout.rst
docs/_subcmd-diff.rst
docs/_subcmd-finish.rst
docs/_subcmd-finish_version.rst
docs/_subcmd-list.rst
docs/_subcmd-publish.rst
docs/_subcmd-publish_version.rst
docs/_subcmd-pull.rst
docs/_subcmd-rebase.rst
docs/_subcmd-start.rst
docs/_subcmd-start_version.rst
docs/_subcmd-track.rst
docs/_subcmd-track_version.rst
docs/conf.py
docs/git-flow-feature.rst
docs/git-flow-hotfix.rst
docs/git-flow-init.rst
docs/git-flow-release.rst
docs/git-flow-status.rst
docs/git-flow-support.rst
docs/git-flow.rst
docs/index.rst
docs/make.bat
docs/reference/branches.rst
docs/reference/core.rst
docs/reference/index.rst
gitflow/__init__.py
gitflow/branches.py
gitflow/core.py
gitflow/exceptions.py
gitflow/pivotal.py
gitflow/review.py
gitflow/util.py
gitflow/bin/__init__.py
gitflow/bin/_init.py
gitflow/busyflow/__init__.py
gitflow/busyflow/pivotal/__init__.py
gitflow/busyflow/pivotal/tests.py
gitflow/busyflow/pivotal/tzmap.txt
gitflow/reviewboard/__init__.py
gitflow/reviewboard/extensions.py
gitflow/reviewboard/rb.py
salsita_gitflow.egg-info/PKG-INFO
salsita_gitflow.egg-info/SOURCES.txt
salsita_gitflow.egg-info/dependency_links.txt
salsita_gitflow.egg-info/not-zip-safe
salsita_gitflow.egg-info/requires.txt
salsita_gitflow.egg-info/top_level.txt
service/__init__.py
service/daemonize.py
service/main.py
tests/__init__.py
tests/gitflow/__init__.py
tests/gitflow/test_bin.py
tests/gitflow/test_branches.py
tests/gitflow/test_core.py
tests/helpers/__init__.py
tests/helpers/factory.py
tests/usecases/__init__.py
tests/usecases/test_creation.py