1. afbf92c Updating the escape characters to fix an issue with having a + in the branch name. by Randy Merrill · 13 years ago
  2. 62c339e develop_branch uses origin/develop_branch as start-point if one exists. by Emre Berge Ergenekon · 13 years ago
  3. a7a89cd Fix always-empty value for $DOT_GIT_DIR variable. by Vincent Driessen · 14 years ago
  4. 8f280e0 Fixed require_tag_absent to not break when the list of tags contains an ambiguous entry, e.g. looking for "1.0.1" in "0.1.0 0.1.1 0.1.2 1.0". by Jannis Leidel · 14 years ago
  5. 1b471a6 Escape characters from tags that have special meaning in grep. by Vincent Driessen · 14 years ago
  6. f1eaa4e Don't just take the last argument, take the first. by Vincent Driessen · 14 years ago
  7. 5ff0b47 Fix issue 34: "release finish" error: bad variable name. by Brian St. Pierre · 14 years ago
  8. f50df99 Manually select the last argument. by Vincent Driessen · 15 years ago
  9. cf3da5a Fixed incorrect color flag by Adam Gibbins · 15 years ago
  10. 871f5ed Bugfix to avoid errors due to Git subcommands returning ANSI color output. by Vincent Driessen · 15 years ago
  11. ddb350b Change the URL of the original blog post. by Vincent Driessen · 15 years ago
  12. 5b05ad7 Fix: incorrect order of arguments in determining whether local branch exists. by Vincent Driessen · 15 years ago
  13. d72acba Added inline license terms to all source files. by Vincent Driessen · 15 years ago
  14. e0d8af3 Fix: endswith() implementation actually was a startswith() implementation. by Vincent Driessen · 15 years ago
  15. 6ee6223 Fix: bug introduced in b25ab83334c14452081af61ca9162d01db40b1e9 by Vincent Driessen · 15 years ago
  16. 55c1553 Reorder functions: Super-common functions go first, then all git-specific by Vincent Driessen · 15 years ago
  17. 7832d6e Better naming of common functions categorizing them into common, by Vincent Driessen · 15 years ago
  18. ef43cbd Check whether this is a freshly git init'ed repo that's still HEADless. In by Vincent Driessen · 15 years ago
  19. c1598bf Added function gitflow_require_initialized(), to assert that the gitflow by Vincent Driessen · 15 years ago
  20. 1d8bb0d Add function gitflow_has_prefixes_configured(), to check whether a repo is by Vincent Driessen · 15 years ago
  21. b25ab83 Added tests for asserting correctly configured git-flow environment/branches. by Vincent Driessen · 15 years ago
  22. 4e11dd6 Changed implementation of gitflow_all_branches() subtly, since "git branch by Vincent Driessen · 15 years ago
  23. cf6e92a Changed GIT_DIR variable into DOT_GIT_DIR, since Git uses it and chokes if by Vincent Driessen · 15 years ago
  24. 0161de5 Added implementation of git-flow-init that asks the user interactively what by Vincent Driessen · 15 years ago
  25. 49094bd Change implementation of gitflow_all_branches() to get its result directly from by Vincent Driessen · 15 years ago
  26. d72e4ac Rewrite the way git-flow initialized its variables in git-flow and assumed by Vincent Driessen · 15 years ago
  27. 21c7aa9 Don't store remote and local branch names in shell variables, but query by Vincent Driessen · 15 years ago
  28. f46e290 Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on: by Vincent Driessen · 15 years ago
  29. c5fcc01 Do not quote variable assignments. by Vincent Driessen · 15 years ago
  30. 5fa4758 Made the finishing of release/hotfix branches fail-safe. When a by Vincent Driessen · 15 years ago
  31. 1a2868b Add tag annotation and tag signing to both release and hotfix. by Vincent Driessen · 15 years ago
  32. d099126 Tidying up: by Vincent Driessen · 15 years ago
  33. 27592dd Tidy up: by Vincent Driessen · 15 years ago
  34. c3607ac Put all common functions into separate file gitflow-common. by Vincent Driessen · 15 years ago