COMMITS
/ git-flow-hotfix 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 track-for-hotfix
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 9, 2012
J
Fixes #206
Jason Schmidt committed
March 12, 2012
V
Added a track command to git-flow-hotfix along the lines of the git-flow-feature track command
Vedang Manerikar committed
February 8, 2012
R
Merge branch 'develop' into feature/Issue50
Randy Merrill committed
November 12, 2011
P
add publishing to hotfix
Peter Schröder committed
October 14, 2011
R
Adding the variable expansion to the hotfix.
Randy Merrill 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
December 2, 2010
S
fixed typo
Stefan Schüßler 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
Tidy up a bit.
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
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
V
Made the finishing of release/hotfix branches fail-safe. When a
Vincent Driessen committed
February 7, 2010
V
Add tag annotation and tag signing to both release and hotfix.
Vincent Driessen committed
V
Replaced all old-style flag variables by shFlags-style flag variables.
Vincent Driessen committed
February 4, 2010
V
Added an optional <base> argument to all start subactions.
Vincent Driessen committed
V
Added -v (--verbose) flags to list subaction of all subcommands.
Vincent Driessen committed
January 29, 2010
V
Make the 'to fetch or not to fetch' flag explicit in the other commands, too.
Vincent Driessen committed
V
Fix: respect the VERSION_PREFIX in hotfix releases, too.
Vincent Driessen committed
V
Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency.
Vincent Driessen committed