1. f78b660 Move up the notification that default branch names are being used. by Vincent Driessen · 14 years ago
  2. 5f860bf Rewrite Joseph Levin's solution a bit. by Vincent Driessen · 14 years ago
  3. d2eccaa Issue: 88 by Joseph A. Levin · 14 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. 3176f74 Explicitly avoid setting up tracking between develop and master. by Vincent Driessen · 15 years ago
  7. f6228ed Replace \c-terminated echo calls by more portable printf calls. by Vincent Driessen · 15 years ago
  8. b1033aa gitflow-init honors global gitflow configuration that may exist before a by Vincent Driessen · 15 years ago
  9. a2e4116 Document all available flags in all of the subcommand synopsis texts. by Vincent Driessen · 15 years ago
  10. 7832d6e Better naming of common functions categorizing them into common, by Vincent Driessen · 15 years ago
  11. ef43cbd Check whether this is a freshly git init'ed repo that's still HEADless. In by Vincent Driessen · 15 years ago
  12. 1d8bb0d Add function gitflow_has_prefixes_configured(), to check whether a repo is by Vincent Driessen · 15 years ago
  13. 9ddb1dc Allow for setting back a prefix to '' (empty string) by entering '-' by Vincent Driessen · 15 years ago
  14. f476d26 While we're user input in git flow init, ask the user for all prefix by Vincent Driessen · 15 years ago
  15. 3227d80 Only switch to develop branch if it's newly created. by Vincent Driessen · 15 years ago
  16. 131c298 Provided a better way of checking whether master/develop branches need by Vincent Driessen · 15 years ago
  17. 6188206 Always set the gitflow.branch.master and gitflow.branch.develop properties. by Vincent Driessen · 15 years ago
  18. 0161de5 Added implementation of git-flow-init that asks the user interactively what by Vincent Driessen · 15 years ago
  19. 283b0f7 Fixed a problem with redirection of stdout/stderr. The specifier '2>&1' by Vincent Driessen · 15 years ago
  20. a4dd223 Quote all variables in function/program arguments. by Vincent Driessen · 15 years ago
  21. 4838644 Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency. by Vincent Driessen · 15 years ago
  22. 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
  23. 186d2b5 Refactored the subcommand invocation logic to form a more hierarchical structure and a cleaner design. by Vincent Driessen · 15 years ago