Changelog for
git-flow-avh-bash-completion-1.12.0-lp150.1.1.noarch.rpm :
* Sat Jan 19 2019 tomsAATTopensuse.org- Spec changes
* Remove check for SLE11
* Introduced %license macro
* Several changes for completion packages: - Create separate packages for bash and fish shell - Corrected filenames in completion packages - Move bash completion from /etc/bash_completion.d/ to /usr/share/bash-completion/ as required by openSUSE 15.0
* Applied spec-cleaner- Update to version 1.12.0 Bugfix:
* Remove inconsistency when pre_hook fails
* Fix indentation in README.md
* Unexpected operator. Enhancement:
* Review your commits more easier on figuring out what this feature/bugfix added exactly
* Allows to install a specific version of git-flow when using the gitflow-installer.sh script
* Add option that will not allow the a merge back into the develop branch
* Also use core.hooksPath for suggestion for the hook path during initialization
* Add .gitattributes to enforce Unix line endings for certain files
* Reflect shared hotfix usage in readme
* Add parameters to set names for the branches during the init command
* Comparability change for git for windows
* Perform git push before deleting branch See https://github.com/petervanderdoes/gitflow-avh/releases/tag/1.12.0
* Sat May 20 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 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 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 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 2015 tomsAATTopensuse.org- Install all git-flow commands into /usr/lib/git
* Sun Mar 15 2015 tomsAATTopensuse.orgSPEC:- Make all git-flow
* commands appear in /usr/lib/git- Removed
*rpmlintrc as it is useless
* Thu Mar 05 2015 tomsAATTopensuse.org- First release of AVH edition of git-flow, see https://github.com/petervanderdoes/gitflow