COMMITS
/ git-flow-release September 25, 2012
J
Use git_do where appropriate
Jerome Baum committed
July 9, 2012
V
Be git-describe friendly.
Vincent Driessen committed
V
Merge branch 'develop' into squash-option
Vincent Driessen committed
V
Cleanup (mostly whitespace issues).
Vincent Driessen committed
V
Merge pull request #211 from pcragone/develop
Vincent Driessen committed
June 9, 2012
S
Support reading the tag message from a file in release/hotfix finish
Steve Streeting committed
April 21, 2012
April 19, 2012
M
Release finish squash parameter
Myke Hines committed
April 9, 2012
J
Fixes #206
Jason Schmidt committed
October 14, 2011
R
Adding the `eval` to force variable expansion.
Randy Merrill committed
April 17, 2011
V
Merge branch 'develop' of https://github.com/kostiklv/gitflow into develop
Vincent Driessen committed
April 15, 2011
S
release: start subcommand takes an optional base as well
Stefan Näwe committed
April 14, 2011
K
- Removed quoting in has $SOME_BRANCH $(get_remote_branches), as the check was always false
Konstantin Tjuterev committed
February 3, 2011
V
Don't just take the last argument, take the first.
Vincent Driessen committed
October 8, 2010
V
Manually select the last argument.
Vincent Driessen committed
October 5, 2010
V
Allow finishing release branches without creating a tag.
Vincent Driessen committed
V
Don't stop the script when the release branch is the current branch.
Vincent Driessen committed
V
Tidy up a bit.
Vincent Driessen committed
V
Rename the helper function.
Vincent Driessen committed
V
Fix minor typo.
Vincent Driessen committed
V
No need to reimplement the git_current_branch function.
Vincent Driessen committed
September 22, 2010
N
Changed versiontag prefix to allow addition of dynamic data (i.e. date)
Nowell Strite committed
October 4, 2010
G
Added -k option to keep (feature|hotfix|relase) branch when calling 'finish'.
Guillaume-Jean Herbiet committed
September 30, 2010
F
adds a check to avoid the delete release branch problem in release finish
Felipe Talavera committed
F
lets add automatic delete of the branch when the remote flag is set under the release
Felipe Talavera committed
F
flow-release now checking if the version is set correctly
Felipe Talavera committed
F
add the banner message to the release
Felipe Talavera committed
F
add publish and track command to the release flow
Felipe Talavera committed
August 22, 2010
A
Fixed incorrect color flag
Adam Gibbins committed
August 21, 2010
V
Bugfix to avoid errors due to Git subcommands returning ANSI color output.
Vincent Driessen committed
July 22, 2010
V
Change the default behaviour of all scripts to NOT fetch.
Vincent Driessen committed
July 9, 2010
V
Change the URL of the original blog post.
Vincent Driessen committed
June 26, 2010
R
Adding an extra line to the output for extra spacing.
Randy Merrill committed
R
Adding extra instructions when running the list option without any corresponding branches found.
Randy Merrill committed
April 4, 2010
V
Added inline license terms to all source files.
Vincent Driessen committed
February 24, 2010
V
Document all available flags in all of the subcommand synopsis texts.
Vincent Driessen committed
February 21, 2010
V
Better naming of common functions categorizing them into common,
Vincent Driessen committed
February 20, 2010
V
Added function gitflow_require_initialized(), to assert that the gitflow
Vincent Driessen committed
February 16, 2010
V
Rewrite the way git-flow initialized its variables in git-flow and assumed
Vincent Driessen committed
V
Don't store remote and local branch names in shell variables, but query
Vincent Driessen committed
V
Merge branch 'feature/compliance' into develop
Vincent Driessen committed
V
Add check to disallow creation of a new release/hotfix branch when there
Vincent Driessen committed
February 19, 2010
V
Fix spacing issues.
Vincent Driessen committed
J
Added push option (-p) to hotfix and release
Jason L. Shiffer committed
February 15, 2010
V
Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on:
Vincent Driessen committed
February 9, 2010
V
Better (less complex) way of counting the branch name length.
Vincent Driessen committed
V
Use space (' ') instead of '?' as a pattern terminator.
Vincent Driessen committed
V
Quote all variables in function/program arguments.
Vincent Driessen committed
V
Do not quote variable assignments.
Vincent Driessen committed
February 8, 2010
V
Annotated the code with some TODO-notes.
Vincent Driessen committed