1. 3626bfb Revert "Set GITFLOW_DIR correctly if git-flow is a symbolic link" by Vincent Driessen · 14 years ago
  2. fff16ed Set GITFLOW_DIR correctly if git-flow is a symbolic link by Jon Bernard · 14 years ago
  3. e1ec57d Tell getopt to parse POSIX compatible. by Vincent Driessen · 15 years ago
  4. ddb350b Change the URL of the original blog post. by Vincent Driessen · 15 years ago
  5. d72acba Added inline license terms to all source files. by Vincent Driessen · 15 years ago
  6. b5500d4 Removed left-behind helper functions in git-flow. by Vincent Driessen · 15 years ago
  7. d72e4ac Rewrite the way git-flow initialized its variables in git-flow and assumed by Vincent Driessen · 15 years ago
  8. 283b0f7 Fixed a problem with redirection of stdout/stderr. The specifier '2>&1' by Vincent Driessen · 15 years ago
  9. f46e290 Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on: by Vincent Driessen · 15 years ago
  10. c3607ac Put all common functions into separate file gitflow-common. by Vincent Driessen · 15 years ago
  11. 9277024 Fix: error message for "Unknown subcommand" by Vincent Driessen · 15 years ago
  12. 3c337fb Added -v (--verbose) flags to list subaction of all subcommands. by Vincent Driessen · 15 years ago
  13. 4417492 Fix: Of course, in sh, true=0 and false=1. In order to never mess this up by Vincent Driessen · 15 years ago
  14. c3b7db9 Added a nicer way of installing/uninstalling git-flow. by Vincent Driessen · 15 years ago
  15. c3948cf use correct name of shFlags by Stefan Naewe · 15 years ago
  16. 4c92a9d Add 'fatal' prefix for messages, like Git does itself. by Vincent Driessen · 15 years ago
  17. e168487 Fix: quote arg to typeset by Vincent Driessen · 15 years ago
  18. 1b81923 Use shFlags to parse flags given to main and subcommands. by Vincent Driessen · 15 years ago
  19. ea58d0f Added initial implementation of using shFlags. by Vincent Driessen · 15 years ago
  20. 62345d5 Created a second function called gitflow_test_clean_working_tree() that returns error codes instead of dies. by Vincent Driessen · 15 years ago
  21. 58995b5 Include a globally available variable GIT_DIR, that points to the .git directory. by Vincent Driessen · 15 years ago
  22. 4838644 Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency. by Vincent Driessen · 15 years ago
  23. 92b125c Remove pointless check for existence of function setup() 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. 7672d99 remove useless sanity check by Benedikt Böhm · 15 years ago
  27. 3625f39 Make git-flow-version a first-class citizen amongst the other subcommands. by Vincent Driessen · 15 years ago
  28. 186d2b5 Refactored the subcommand invocation logic to form a more hierarchical structure and a cleaner design. by Vincent Driessen · 15 years ago
  29. 74a4fe2 restore &> behaviour but with posix compliant shell syntax by Benedikt Böhm · 15 years ago
  30. 1f2741a sh builtin command typeset is more portable than declare by Vincent Driessen · 15 years ago
  31. 2ba9a4d Fix: run git commands in the foreground, instead of the background. by Vincent Driessen · 15 years ago
  32. 6c2d30b Structurally replace gitflow by git-flow, as a true git extension. by Vincent Driessen · 15 years ago
  33. 427c5db implement init command by Benedikt Böhm · 15 years ago
  34. e2fa491 remove bash specific expansions by Benedikt Böhm · 15 years ago
  35. 7d703a8 Merge branch 'develop' of git://github.com/nvie/gitflow into develop by Benedikt Böhm · 15 years ago
  36. 350e715 make origin configurable by Benedikt Böhm · 15 years ago
  37. 4a864fb make master and develop branch names configurable by Benedikt Böhm · 15 years ago
  38. 4ea07a2 set -e conflicts with new sanity checks by Benedikt Böhm · 15 years ago
  39. e5eaff9 add bash debug support by Benedikt Böhm · 15 years ago
  40. 00ccea6 refactor the whole thing by Benedikt Böhm · 15 years ago