COMMITS
/ git-flow-support September 25, 2012
J
Use git_do where appropriate
Jerome Baum committed
April 21, 2012
September 22, 2010
N
Changed versiontag prefix to allow addition of dynamic data (i.e. date)
Nowell Strite 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
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 7, 2010
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
Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency.
Vincent Driessen committed
January 28, 2010
V
Merge branch 'feature/subcmd-structure' into develop
Vincent Driessen committed
January 27, 2010
B
refactor git config calls to global variables
Benedikt Böhm committed
V
Refactored the feature, release and support subcommands, too.
Vincent Driessen committed
B
make version tag prefix configurable so one can use it for github semver.org compliance
Benedikt Böhm committed
January 26, 2010
V
Don't assume git aliases.
Vincent Driessen committed
V
Omit 'v' prefix.
Vincent Driessen committed
V
Structurally replace gitflow by git-flow, as a true git extension.
Vincent Driessen committed
B
make git fetch silent
Benedikt Böhm committed
B
make branch prefixes configurable
Benedikt Böhm committed
B
make origin configurable
Benedikt Böhm committed
B
refactor the whole thing
Benedikt Böhm committed