-
Vincent Driessen authored
Give all subcommands an optional setup() function that will be called by git-flow in order to let the subcommand initialize its environment. Give all the branch-type subcommands a default explicit "list" action, too. Order the functions inside each of the subcommands in a specific order, for consistency: - usage() - setup() - cmd_default() - cmd_list() - cmd_help() - parse_args() - other commands
b866b01b
| Name |
Last commit
|
Last update |
|---|---|---|
| Makefile | ||
| README.mdown | ||
| bump-version | ||
| git-flow | ||
| git-flow-feature | ||
| git-flow-hotfix | ||
| git-flow-init | ||
| git-flow-release | ||
| git-flow-support | ||
| git-flow-version |