1. 3c337fb Added -v (--verbose) flags to list subaction of all subcommands. by Vincent Driessen · 15 years ago
  2. 4417492 Fix: Of course, in sh, true=0 and false=1. In order to never mess this up by Vincent Driessen · 15 years ago
  3. c3b7db9 Added a nicer way of installing/uninstalling git-flow. by Vincent Driessen · 15 years ago
  4. c3948cf use correct name of shFlags by Stefan Naewe · 15 years ago
  5. 4c92a9d Add 'fatal' prefix for messages, like Git does itself. by Vincent Driessen · 15 years ago
  6. e168487 Fix: quote arg to typeset by Vincent Driessen · 15 years ago
  7. 1b81923 Use shFlags to parse flags given to main and subcommands. by Vincent Driessen · 15 years ago
  8. ea58d0f Added initial implementation of using shFlags. by Vincent Driessen · 15 years ago
  9. 62345d5 Created a second function called gitflow_test_clean_working_tree() that returns error codes instead of dies. by Vincent Driessen · 15 years ago
  10. 58995b5 Include a globally available variable GIT_DIR, that points to the .git directory. by Vincent Driessen · 15 years ago
  11. 4838644 Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency. by Vincent Driessen · 15 years ago
  12. 92b125c Remove pointless check for existence of function setup() by Vincent Driessen · 15 years ago
  13. 46e9c86 Merge branch 'feature/subcmd-structure' into develop by Vincent Driessen · 15 years ago
  14. 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
  15. 7672d99 remove useless sanity check by Benedikt Böhm · 15 years ago
  16. 3625f39 Make git-flow-version a first-class citizen amongst the other subcommands. by Vincent Driessen · 15 years ago
  17. 186d2b5 Refactored the subcommand invocation logic to form a more hierarchical structure and a cleaner design. by Vincent Driessen · 15 years ago
  18. 74a4fe2 restore &> behaviour but with posix compliant shell syntax by Benedikt Böhm · 15 years ago
  19. 1f2741a sh builtin command typeset is more portable than declare by Vincent Driessen · 15 years ago
  20. 2ba9a4d Fix: run git commands in the foreground, instead of the background. by Vincent Driessen · 15 years ago
  21. 6c2d30b Structurally replace gitflow by git-flow, as a true git extension. by Vincent Driessen · 15 years ago
  22. 427c5db implement init command by Benedikt Böhm · 15 years ago
  23. e2fa491 remove bash specific expansions by Benedikt Böhm · 15 years ago
  24. 7d703a8 Merge branch 'develop' of git://github.com/nvie/gitflow into develop by Benedikt Böhm · 15 years ago
  25. 350e715 make origin configurable by Benedikt Böhm · 15 years ago
  26. 4a864fb make master and develop branch names configurable by Benedikt Böhm · 15 years ago
  27. 4ea07a2 set -e conflicts with new sanity checks by Benedikt Böhm · 15 years ago
  28. e5eaff9 add bash debug support by Benedikt Böhm · 15 years ago
  29. 00ccea6 refactor the whole thing by Benedikt Böhm · 15 years ago