commit | d72e4aceed207a90dbc7215c1738120bb844e21c | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周二 2月 16 21:33:51 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周六 2月 20 16:33:13 2010 +0100 |
tree | 3555f732090e31bc93438d58366d627d71cc303d | |
parent | 21c7aa9c8b3a5fb765a2ab299b0a8d660ec270a2 [diff] |
Rewrite the way git-flow initialized its variables in git-flow and assumed existence of a valid git repo. Instead, functions gitflow_load_settings() and gitflow_require_git_repo() have been added that can be called in each submodule that requires such. Specifically, git-flow init does NOT use this.