- 05c4dbc Adding the `eval` to force variable expansion. by Randy Merrill · 14 years ago
- f1b3213 Merge branch 'develop' of https://github.com/kostiklv/gitflow into develop by Vincent Driessen · 14 years ago
- 2074360 release: start subcommand takes an optional base as well by Stefan Näwe · 14 years ago
- f6fcc4e - Removed quoting in has $SOME_BRANCH $(get_remote_branches), as the check was always false by Konstantin Tjuterev · 14 years ago
- f1eaa4e Don't just take the last argument, take the first. by Vincent Driessen · 14 years ago
- f50df99 Manually select the last argument. by Vincent Driessen · 15 years ago
- ca8be52 Allow finishing release branches without creating a tag. by Vincent Driessen · 15 years ago
- 46f9998 Don't stop the script when the release branch is the current branch. by Vincent Driessen · 15 years ago
- ddd9dfe Tidy up a bit. by Vincent Driessen · 15 years ago
- ff275fa Changed versiontag prefix to allow addition of dynamic data (i.e. date) by Nowell Strite · 15 years ago
- 8fee0c2 Added -k option to keep (feature|hotfix|relase) branch when calling 'finish'. by Guillaume-Jean Herbiet · 15 years ago
- d256bbf Rename the helper function. by Vincent Driessen · 15 years ago
- 4d8239a Fix minor typo. by Vincent Driessen · 15 years ago
- b9765da No need to reimplement the git_current_branch function. by Vincent Driessen · 15 years ago
- 92c16a9 adds a check to avoid the delete release branch problem in release finish by Felipe Talavera · 15 years ago
- 4c90d92 lets add automatic delete of the branch when the remote flag is set under the release by Felipe Talavera · 15 years ago
- df706ac flow-release now checking if the version is set correctly by Felipe Talavera · 15 years ago
- bbca922 add the banner message to the release by Felipe Talavera · 15 years ago
- fbcf4a0 add publish and track command to the release flow by Felipe Talavera · 15 years ago
- cf3da5a Fixed incorrect color flag by Adam Gibbins · 15 years ago
- 871f5ed Bugfix to avoid errors due to Git subcommands returning ANSI color output. by Vincent Driessen · 15 years ago
- de95e00 Change the default behaviour of all scripts to NOT fetch. by Vincent Driessen · 15 years ago
- ddb350b Change the URL of the original blog post. by Vincent Driessen · 15 years ago
- 4de01f2 Adding an extra line to the output for extra spacing. by Randy Merrill · 15 years ago
- b681b45 Adding extra instructions when running the list option without any corresponding branches found. by Randy Merrill · 15 years ago
- d72acba Added inline license terms to all source files. by Vincent Driessen · 15 years ago
- a2e4116 Document all available flags in all of the subcommand synopsis texts. by Vincent Driessen · 15 years ago
- 7832d6e Better naming of common functions categorizing them into common, by Vincent Driessen · 15 years ago
- c1598bf Added function gitflow_require_initialized(), to assert that the gitflow by Vincent Driessen · 15 years ago
- d72e4ac Rewrite the way git-flow initialized its variables in git-flow and assumed by Vincent Driessen · 15 years ago
- 21c7aa9 Don't store remote and local branch names in shell variables, but query by Vincent Driessen · 15 years ago
- ddba2df Fix spacing issues. by Vincent Driessen · 15 years ago
- 6809f0e Added push option (-p) to hotfix and release by Jason L. Shiffer · 15 years ago
- d44eaf9 Merge branch 'feature/compliance' into develop by Vincent Driessen · 15 years ago
- 6d64d2c Add check to disallow creation of a new release/hotfix branch when there by Vincent Driessen · 15 years ago
- f46e290 Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on: by Vincent Driessen · 15 years ago
- b673c44 Better (less complex) way of counting the branch name length. by Vincent Driessen · 15 years ago
- 6884523 Use space (' ') instead of '?' as a pattern terminator. by Vincent Driessen · 15 years ago
- a4dd223 Quote all variables in function/program arguments. by Vincent Driessen · 15 years ago
- c5fcc01 Do not quote variable assignments. by Vincent Driessen · 15 years ago
- d29e315 Annotated the code with some TODO-notes. by Vincent Driessen · 15 years ago
- 5fa4758 Made the finishing of release/hotfix branches fail-safe. When a by Vincent Driessen · 15 years ago
- 1a2868b Add tag annotation and tag signing to both release and hotfix. by Vincent Driessen · 15 years ago
- ca73caf Replaced all old-style flag variables by shFlags-style flag variables. by Vincent Driessen · 15 years ago
- 27592dd Tidy up: by Vincent Driessen · 15 years ago
- 010252a Added an optional <base> argument to all start subactions. by Vincent Driessen · 15 years ago
- 3c337fb Added -v (--verbose) flags to list subaction of all subcommands. by Vincent Driessen · 15 years ago
- 2acfffd Make the 'to fetch or not to fetch' flag explicit in the other commands, too. by Vincent Driessen · 15 years ago
- 4838644 Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency. by Vincent Driessen · 15 years ago
- 46e9c86 Merge branch 'feature/subcmd-structure' into develop by Vincent Driessen · 15 years ago
- b866b01 Give all subcommands an optional setup() function that will be called by git-flow in order to let the subcommand initialize its environment. by Vincent Driessen · 15 years ago
- 49dd62b refactor git config calls to global variables by Benedikt Böhm · 15 years ago
- 170dc74 Refactored the feature, release and support subcommands, too. by Vincent Driessen · 15 years ago
- 3911e16 Also, print the version tag in the summary message, then. by Vincent Driessen · 15 years ago
- b22a076 make version tag prefix configurable so one can use it for github semver.org compliance by Benedikt Böhm · 15 years ago
- 4e5c3e9 In the 'finish release' summary, also exclude the 'v' prefix. by Vincent Driessen · 15 years ago
- a1db9f1 Don't prefix tag names with 'v'. If you want that behaviour, include the 'v' on the command line manually. by Vincent Driessen · 15 years ago
- 6c2d30b Structurally replace gitflow by git-flow, as a true git extension. by Vincent Driessen · 15 years ago
- 4d22227 make git fetch silent by Benedikt Böhm · 15 years ago
- 83d4361 fix modes by Benedikt Böhm · 15 years ago
- 96f44c0 make branch prefixes configurable by Benedikt Böhm · 15 years ago
- 350e715 make origin configurable by Benedikt Böhm · 15 years ago
- 4a864fb make master and develop branch names configurable by Benedikt Böhm · 15 years ago
- 00ccea6 refactor the whole thing by Benedikt Böhm · 15 years ago