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