- ca73caf Replaced all old-style flag variables by shFlags-style flag variables. by Vincent Driessen · 15 years ago
- d099126 Tidying up: by Vincent Driessen · 15 years ago
- 27592dd Tidy up: by Vincent Driessen · 15 years ago
- 5474e46 If feature diff is called without arguments, compare the changes made in 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
- 5455a6f Allow creation of feature branches even for dirty working trees (using flag -f, --force). by Vincent Driessen · 15 years ago
- 4417492 Fix: Of course, in sh, true=0 and false=1. In order to never mess this up by Vincent Driessen · 15 years ago
- eec73c6 Only push to the origin repo if we wanted to fetch, too. by Vincent Driessen · 15 years ago
- 95bf82c Add support for the -r (--rebase) option, before doing the actual merge. by Vincent Driessen · 15 years ago
- 9cf5673 Fix: do integer comparison, not string comparison. wc returns stuff like ' 13', which is perfectly equal to 13. by Vincent Driessen · 15 years ago
- c62633f Added initial implementation of the rebase [-i] subcommand. by Vincent Driessen · 15 years ago
- 11b1f41 Allow for optional <name> argument in feature diffs. (No name uses the "current" feature branch.) by Vincent Driessen · 15 years ago
- b03cf96 Update options for feature's subcommands in usage. by Vincent Driessen · 15 years ago
- 1156092 Fix: bug that caused BRANCH variable not to be set correctly. by Vincent Driessen · 15 years ago
- aa6d016 Implement showing the currently checked out feature branch in feature list by Vincent Driessen · 15 years ago
- 1adbc3e Dynamically calculate maximal column width used in verbose feature list output. by Vincent Driessen · 15 years ago
- f2536f4 Add initial implementation of the --verbose flag algorithm. by Vincent Driessen · 15 years ago
- 1b81923 Use shFlags to parse flags given to main and subcommands. by Vincent Driessen · 15 years ago
- 1ee37e7 Fix one old occurence of gitflow_check_ -> gitflow_require_ by Vincent Driessen · 15 years ago
- ea60895 Document which subcommands may use the prefix. by Vincent Driessen · 15 years ago
- 8392ed3 Doesn't make sense to allow prefix names for commands that require $BRANCH to be absent. by Vincent Driessen · 15 years ago
- 22ef21a Further divide the parse_args function up, to support automatic prefix expansion for all subcommands, except for 'feature start' by Vincent Driessen · 15 years ago
- 2e1856b Implement the basic logic to resolve name prefixes passed to 'flow feature' into their full feature branch names, if unambiguous. by Vincent Driessen · 15 years ago
- f6f152f Support scenarios where the user might have cancelled a merge in the middle of a merge conflict. by Vincent Driessen · 15 years ago
- 49c7d02 Initial implementation of merge conflict resolution support. 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
- e034e4a Only have network connectivity when explicitly asked for feature branches. This action is so common that it should be quick (very git-ish). by Vincent Driessen · 15 years ago
- 4838644 Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency. by Vincent Driessen · 15 years ago
- 278884b Fix 'feature diff' 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
- 186d2b5 Refactored the subcommand invocation logic to form a more hierarchical structure and a cleaner design. by Vincent Driessen · 15 years ago
- c51aedf No feature branches is perfectly OK, so exit clean with code 0. by Vincent Driessen · 15 years ago
- bd4f095 Added cmd_list and cmd_diff to git-flow-feature. 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
- 83d4361 fix modes 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
- 4a864fb make master and develop branch names configurable by Benedikt Böhm · 15 years ago
- 00ccea6 refactor the whole thing by Benedikt Böhm · 15 years ago