commit | 5fa4758e54e6b3fd0c1dfbd76fa246dc59e674f8 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周二 2月 09 00:31:33 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周二 2月 09 00:54:38 2010 +0100 |
tree | 2be3609da0d121c161e57e7d5c25973546eed17b | |
parent | 1a2868b8b440428a5913324480946b640e8e18cb [diff] [blame] |
Made the finishing of release/hotfix branches fail-safe. When a release/hotfix branch fails finishing, the user may just try so again.
diff --git a/gitflow-common b/gitflow-common index c96b845..4f2a85a 100644 --- a/gitflow-common +++ b/gitflow-common
@@ -148,6 +148,10 @@ fi } +gitflow_tag_exists() { + has $1 $ALL_TAGS +} + # # gitflow_test_branches_equal() #