Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Release 1.11.0

Compare
Choose a tag to compare
@petervanderdoes petervanderdoes released this 20 May 01:11
· 47 commits to develop since this release
3e05e2a

Changelog

Peter van der Does

  • 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 config gitflow.allowdirty is set to true, 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

Andreas Heiduk

  • git flow * rebase now supports rebase.autoStash flag
    git rebase can automatically cleanup the working tree. Therefore skip the test when and where appropriate.