- fix issue #82 remove color support for cherry-pick hotfix thank you jrebmann for reporting this
- feat(init): add option to sign initial commit (#59)
- feat(git-flow): add support for environment credentials (#19)
- feat(git-flow): add support for busybox(#12)
- feat(feature): add feature release command (#64)
- feat(hotfix): add cherrypick option to hotfix finish (#73)
- feat(hotfix): add backmerge option to release branch (#71)
- fix(hotfix): git flow hotfix finish -b still back-merges to develop (#66)
- fix(hotfix): git flow hotfix track fails due to branch name check (#68)
- fix: git flow log help message (#15)
- feat: add create command to release allowing for a single step release prodution
- feat: add missing hook script filter-flow-release-finish-version
- fix: multi-line tag message when using -m
- docs: update readme with better description as to why this fork was created. Thank You shaedrick NOTE: The format for a multi-line tag message is now "$(printf 'line of text with \n escape codes placed as needed for proper formating of the message')"
- fix incorrect version identification along with updating source repository in gitflow-installer. Corrections pointed out by bobstuart
- Bugfix/help text and reorder rename args Thank You bmcdonnell
- Cherry-Pick Speed up "list" command execution #325 from gpongelli/gitflow-avh/tree/speedUpListCmd
- Updated readme links Thank You JamesSkemp
- Support gitflow-cjs being used as a plugin for zsh users via antigen. Thank You matthewfranglen