summaryrefslogtreecommitdiff
path: root/plugins/git-flow
AgeCommit message (Collapse)Author
2021-12-28feat(git-flow): add aliases for current `hotfix` branchMarc Cornellà
2021-12-28refactor(git-flow): extract `git-flow` completion logicMarc Cornellà
2021-12-28feat(git-flow): add aliases for current `feature` / `release` branch (#9439)Fidel Torres
Closes #9439
2021-06-13refactor(git-glow): Add config interpolation for git-flow messages (#7481)Fabio Vitale
Changed commands: gcd: uses gitflow.branch.develop to get user-set development branch gch: uses gitflow.prefix.hotfix to get user-set hotfix prefix gcr: uses gitflow.prefix.release to get user-set release prefix Co-authored-by: Fabio 'c0m3tx' Vitale <c0m3tx@gmail.com>
2021-02-09refactor(git-flow): remove duplicate `gflfp` alias (#9640)iammordaty
Fixes #9638
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
2018-09-13git-flow: add "gflfp" alias for feature publish (#6350)Ivan Eisenberg
- Add `gflfp` as an alias for `git flow feature publish` - Update README.md documentation
2017-11-01Update git-flow aliases (#6335)Arthur Schneider
It is possible to pull and push branches to/from origin
2016-08-17Fix git-flow READMEMarc Cornellà
- Fix "installation" information - Add links to github project - Transform list of aliases into table with descriptions
2016-08-17Add alias and README to git-flow plugin (#5129)Fumseck
2015-12-13Point to the GitHub repositoryKaelig
2015-12-11Update link to git completionKaelig
2015-08-29improved alias conflict between git flow & git fetchcxbig
2015-01-20Update git-flow.plugin.zshJosh Sherman
2013-06-06add some alias for git flowyleo77
2013-05-22add gf alias for git flowyleo77
2013-04-23Merge pull request #917 from agate/patch-1Robby Russell
added "publish" and "track" command completion for git-flow plugin
2012-12-06use feature names instead of failing branch names in "git flow feature"Benjamin Teuber
2012-12-02Merge pull request #1277 from waveface/masterRobby Russell
git flow completion enhancement
2012-11-05Update plugins/git-flow/git-flow.plugin.zshHao Hong
Fixed git-flow feature publish's desc error https://github.com/agate/oh-my-zsh/commit/72aeaa9d9ee55fbfe15b371c0bf127ab3948a965#commitcomment-2104214
2012-08-20Add keep branch option.jamie sa (jsa)
2012-06-03Add a couple of options for git-flow.Erich Menge
2012-02-06added "publish" and "track" command completion for git-flow pluginHao Hong
2011-04-29Added git-flow pluginKevin Daudt