Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
gitflow
/
b673c44595db6ffce1fcae50d122771bbf8360b5
/
git-flow-support
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
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
b22a076
make version tag prefix configurable so one can use it for github semver.org compliance
by Benedikt Böhm
· 15 years ago
a7d4527
Don't assume git aliases.
by Vincent Driessen
· 15 years ago
ca2b517
Omit 'v' prefix.
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
96f44c0
make branch prefixes configurable
by Benedikt Böhm
· 15 years ago
350e715
make origin configurable
by Benedikt Böhm
· 15 years ago
00ccea6
refactor the whole thing
by Benedikt Böhm
· 15 years ago