1. 92b125c Remove pointless check for existence of function setup() by Vincent Driessen · 15 years ago
  2. 46e9c86 Merge branch 'feature/subcmd-structure' into develop by Vincent Driessen · 15 years ago
  3. 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
  4. 7672d99 remove useless sanity check by Benedikt Böhm · 15 years ago
  5. 3625f39 Make git-flow-version a first-class citizen amongst the other subcommands. by Vincent Driessen · 15 years ago
  6. 186d2b5 Refactored the subcommand invocation logic to form a more hierarchical structure and a cleaner design. by Vincent Driessen · 15 years ago
  7. 74a4fe2 restore &> behaviour but with posix compliant shell syntax by Benedikt Böhm · 15 years ago
  8. 1f2741a sh builtin command typeset is more portable than declare by Vincent Driessen · 15 years ago
  9. 2ba9a4d Fix: run git commands in the foreground, instead of the background. by Vincent Driessen · 15 years ago
  10. 6c2d30b Structurally replace gitflow by git-flow, as a true git extension. by Vincent Driessen · 15 years ago
  11. 427c5db implement init command by Benedikt Böhm · 15 years ago
  12. e2fa491 remove bash specific expansions by Benedikt Böhm · 15 years ago
  13. 7d703a8 Merge branch 'develop' of git://github.com/nvie/gitflow into develop by Benedikt Böhm · 15 years ago
  14. 350e715 make origin configurable by Benedikt Böhm · 15 years ago
  15. 4a864fb make master and develop branch names configurable by Benedikt Böhm · 15 years ago
  16. 4ea07a2 set -e conflicts with new sanity checks by Benedikt Böhm · 15 years ago
  17. e5eaff9 add bash debug support by Benedikt Böhm · 15 years ago
  18. 00ccea6 refactor the whole thing by Benedikt Böhm · 15 years ago