- 29 Jan, 2010 2 commits
-
-
Vincent Driessen authored
Only have network connectivity when explicitly asked for feature branches. This action is so common that it should be quick (very git-ish). For hotfix and release branches, forgetting to update would be an unsafe thing to do, so we leave the fetch in there by default.
-
Vincent Driessen authored
-
- 28 Jan, 2010 6 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
Conflicts: git-flow-feature git-flow-hotfix git-flow-release git-flow-support
-
Vincent Driessen authored
-
Vincent Driessen authored
-
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
-
- 27 Jan, 2010 17 commits
-
-
Benedikt Böhm authored
-
Vincent Driessen authored
-
Benedikt Böhm authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
Refactored the subcommand invocation logic to form a more hierarchical structure and a cleaner design.
-
Vincent Driessen authored
-
Benedikt Böhm authored
-
Benedikt Böhm authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
Don't prefix tag names with 'v'. If you want that behaviour, include the 'v' on the command line manually.
-
Vincent Driessen authored
-
Vincent Driessen authored
-
- 26 Jan, 2010 15 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
Dynamically collect the true git exec path and only if that can not be found, use the default. Variable GIT_EXEC_PATH remains overwritable explicitly when given as a command to 'make'.
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Benedikt Böhm authored
-
Benedikt Böhm authored
-
Benedikt Böhm authored
-