This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
Release 1.11.0
petervanderdoes
released this
20 May 01:11
·
47 commits
to develop
since this release
Changelog
- Bugfix: Problems when using fetch.prune
- Bugfix: Errors when initializing git flow and useconfigonly is set but the name and/or email has not been set.
- Bugfix: Report summary on finish is incorrect.
- Missing push on bugfix finish
- Allow a dirty tree when starting a hotfix/support/release branch if set to do so.
If the configgitflow.allowdirty
is set totrue
, allow starting from a dirty tree. - Bugfix: Error when trying to delete a non-existent remote branch
- Feature: Add rename command to bugfix/hotfix/feature
- git flow * rebase now supports rebase.autoStash flag
git rebase can automatically cleanup the working tree. Therefore skip the test when and where appropriate.