1. cf3da5a Fixed incorrect color flag by Adam Gibbins · 15 years ago
  2. 871f5ed Bugfix to avoid errors due to Git subcommands returning ANSI color output. by Vincent Driessen · 15 years ago
  3. de95e00 Change the default behaviour of all scripts to NOT fetch. by Vincent Driessen · 15 years ago
  4. ddb350b Change the URL of the original blog post. by Vincent Driessen · 15 years ago
  5. 4de01f2 Adding an extra line to the output for extra spacing. by Randy Merrill · 15 years ago
  6. b681b45 Adding extra instructions when running the list option without any corresponding branches found. by Randy Merrill · 15 years ago
  7. d72acba Added inline license terms to all source files. by Vincent Driessen · 15 years ago
  8. a2e4116 Document all available flags in all of the subcommand synopsis texts. by Vincent Driessen · 15 years ago
  9. 7832d6e Better naming of common functions categorizing them into common, by Vincent Driessen · 15 years ago
  10. c1598bf Added function gitflow_require_initialized(), to assert that the gitflow by Vincent Driessen · 15 years ago
  11. d72e4ac Rewrite the way git-flow initialized its variables in git-flow and assumed by Vincent Driessen · 15 years ago
  12. 21c7aa9 Don't store remote and local branch names in shell variables, but query by Vincent Driessen · 15 years ago
  13. f46e290 Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on: by Vincent Driessen · 15 years ago
  14. b673c44 Better (less complex) way of counting the branch name length. by Vincent Driessen · 15 years ago
  15. 6884523 Use space (' ') instead of '?' as a pattern terminator. by Vincent Driessen · 15 years ago
  16. a4dd223 Quote all variables in function/program arguments. by Vincent Driessen · 15 years ago
  17. c5fcc01 Do not quote variable assignments. by Vincent Driessen · 15 years ago
  18. ca73caf Replaced all old-style flag variables by shFlags-style flag variables. by Vincent Driessen · 15 years ago
  19. 27592dd Tidy up: by Vincent Driessen · 15 years ago
  20. 010252a Added an optional <base> argument to all start subactions. by Vincent Driessen · 15 years ago
  21. 3c337fb Added -v (--verbose) flags to list subaction of all subcommands. by Vincent Driessen · 15 years ago
  22. 2acfffd Make the 'to fetch or not to fetch' flag explicit in the other commands, too. by Vincent Driessen · 15 years ago
  23. 4838644 Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency. by Vincent Driessen · 15 years ago
  24. 46e9c86 Merge branch 'feature/subcmd-structure' into develop by Vincent Driessen · 15 years ago
  25. 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
  26. 49dd62b refactor git config calls to global variables by Benedikt Böhm · 15 years ago
  27. 170dc74 Refactored the feature, release and support subcommands, too. by Vincent Driessen · 15 years ago
  28. b22a076 make version tag prefix configurable so one can use it for github semver.org compliance by Benedikt Böhm · 15 years ago
  29. a7d4527 Don't assume git aliases. by Vincent Driessen · 15 years ago
  30. ca2b517 Omit 'v' prefix. by Vincent Driessen · 15 years ago
  31. 6c2d30b Structurally replace gitflow by git-flow, as a true git extension. by Vincent Driessen · 15 years ago
  32. 4d22227 make git fetch silent by Benedikt Böhm · 15 years ago
  33. 96f44c0 make branch prefixes configurable by Benedikt Böhm · 15 years ago
  34. 350e715 make origin configurable by Benedikt Böhm · 15 years ago
  35. 00ccea6 refactor the whole thing by Benedikt Böhm · 15 years ago