commit | 48386441c87c9268c2bc93084f781bfbe9a25c3f | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周五 1月 29 10:30:40 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周五 1月 29 10:30:40 2010 +0100 |
tree | 1d83e45d45f1c70d80ef38544cadf0dc1d488df0 | |
parent | 278884b5738c2b23797ca25084412336908a1f3a [diff] [blame] |
Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency.
diff --git a/git-flow-init b/git-flow-init index 7b1b4b6..c2e75b2 100644 --- a/git-flow-init +++ b/git-flow-init
@@ -40,7 +40,7 @@ die "Cannot find your master branch. Try: git branch -m <mymaster> $MASTER_BRANCH" fi - gitflow_check_clean_working_tree + gitflow_require_clean_working_tree if git remote | grep -q $ORIGIN; then git fetch -q $ORIGIN