Changelog for
git-flow-avh-zsh-completion-1.11.0-1.18.noarch.rpm :
Sat May 20 14:00:00 2017 tomsAATTopensuse.org
- Update to version 1.11.0
* 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
* git flow
* rebase now supports rebase.autoStash flag
git rebase can automatically cleanup the working tree.
Therefore skip the test when and where appropriate.
- Update git-flow-completion to 0.6.0
- Clean spec file with spec-cleaner
- Fix build problem on SLE_11_SP4
Sat Feb 11 13:00:00 2017 tomsAATTopensuse.org
- 1.10.2
Bugfix: Error finishing a release
- 1.10.1
Bugfix: flag short name (p) already defined (#276)
- Spec file: Support SLE11
Mon Aug 15 14:00:00 2016 tomsAATTopensuse.org
- Update to version 1.10.0
* Add ability when finishing a release to push or not push the branches
and/or tag involved.
* The finishing of a release branch based on a branch other than develop
fails with errors.
* Add --push flag for feature finish. This gives the ability to push the
base branch after the finish.
* When finishing a release have the ability to fast-forward the master
branch, if possible. This is controlled by the flag --ff-master.
* Add new flag -T, --tagname to override the tag name when finishing a
release or hotfix.
* Allow multiple hotfix branches by setting the config allowmultihotfix to
true.
* Fix infinite loop during Darwin link resolving.
* Add detection for BusyBox getopt.
Wed Feb 10 13:00:00 2016 tomsAATTopensuse.org
- Update to version 1.9.1
* Bugfix: git-flow directories are not set correctly
- Changes in version 1.9.0
* Add bugfix command.
* Repositories with spaces in path cause the pre
* post hook to fail.
* Error using git flow log.
* Using defaults with init fails with existing repository.
* Allow multiple hotfix branches. By setting the config
gitflow.multi-hotfix to true, you can have multiple hotfix branches.
Example: git config --set gitflow.multi-hotfix true
* Can\'t delete branch if the base branch is not the develop branch.
* Add squash and squash-info flag to hotfix finish.
* Problem when the repository directory has multiple spaces.
* Remove bash code
* Fix issue in case CDPATH is being used. In the case of CDPATH being
used, it is possible DOT_GIT_DIR variable is incorrect.
* Fix issue when a prefix is chosen that doesn\'t end in a slash
- Updated git-flow-completion to version 0.5.2
- SPEC file:
* Wrap fdupes in %if...%endif construct to make package build on
non-SUSE systems
* Fixed problem with missing \"git-flow-bugfix\" in SCRIPT_FILES
Wed Mar 18 13:00:00 2015 tomsAATTopensuse.org
- Install all git-flow commands into /usr/lib/git
Sun Mar 15 13:00:00 2015 tomsAATTopensuse.org
SPEC:
- Make all git-flow
* commands appear in /usr/lib/git
- Removed
*rpmlintrc as it is useless
Thu Mar 5 13:00:00 2015 tomsAATTopensuse.org
- First release of AVH edition of git-flow, see
https://github.com/petervanderdoes/gitflow