1. 4838644 Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency. by Vincent Driessen · 15 years ago
  2. 278884b Fix 'feature diff' by Vincent Driessen · 15 years ago
  3. 92b125c Remove pointless check for existence of function setup() by Vincent Driessen · 15 years ago
  4. 46e9c86 Merge branch 'feature/subcmd-structure' into develop by Vincent Driessen · 15 years ago
  5. 04839ae Forgot list command for hotfixes. by Vincent Driessen · 15 years ago
  6. 05caf02 Remove double entry from README. by Vincent Driessen · 15 years ago
  7. 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
  8. 49dd62b refactor git config calls to global variables by Benedikt Böhm · 15 years ago
  9. fb238a2 Remove double entry from README. by Vincent Driessen · 15 years ago
  10. 7672d99 remove useless sanity check by Benedikt Böhm · 15 years ago
  11. 0b378bc Merge branch 'feature/flip-args' into develop by Vincent Driessen · 15 years ago
  12. c81e7a2 Update the README to reflect the new subcommand structure. by Vincent Driessen · 15 years ago
  13. 3625f39 Make git-flow-version a first-class citizen amongst the other subcommands. by Vincent Driessen · 15 years ago
  14. 170dc74 Refactored the feature, release and support subcommands, too. by Vincent Driessen · 15 years ago
  15. 186d2b5 Refactored the subcommand invocation logic to form a more hierarchical structure and a cleaner design. by Vincent Driessen · 15 years ago
  16. 3911e16 Also, print the version tag in the summary message, then. by Vincent Driessen · 15 years ago
  17. 74a4fe2 restore &> behaviour but with posix compliant shell syntax by Benedikt Böhm · 15 years ago
  18. b22a076 make version tag prefix configurable so one can use it for github semver.org compliance by Benedikt Böhm · 15 years ago
  19. c51aedf No feature branches is perfectly OK, so exit clean with code 0. by Vincent Driessen · 15 years ago
  20. bd4f095 Added cmd_list and cmd_diff to git-flow-feature. by Vincent Driessen · 15 years ago
  21. 4e5c3e9 In the 'finish release' summary, also exclude the 'v' prefix. by Vincent Driessen · 15 years ago
  22. a1db9f1 Don't prefix tag names with 'v'. If you want that behaviour, include the 'v' on the command line manually. by Vincent Driessen · 15 years ago
  23. 1f2741a sh builtin command typeset is more portable than declare by Vincent Driessen · 15 years ago
  24. 2ba9a4d Fix: run git commands in the foreground, instead of the background. by Vincent Driessen · 15 years ago
  25. 67f781f Add 'uninstall' target, too. by Vincent Driessen · 15 years ago
  26. dd720be Dynamically collect the true git exec path and only if that can not be found, use the default. Variable GIT_EXEC_PATH remains overwritable explicitly when given as a command to 'make'. by Vincent Driessen · 15 years ago
  27. a7d4527 Don't assume git aliases. by Vincent Driessen · 15 years ago
  28. ca2b517 Omit 'v' prefix. by Vincent Driessen · 15 years ago
  29. 9096074 Make install arguments compatible with BSD install. by Vincent Driessen · 15 years ago
  30. 6b95f21 Remove TODO file, replaced it by the central issues list on http://github.com/nvie/gitflow/issues by Vincent Driessen · 15 years ago
  31. 6c2d30b Structurally replace gitflow by git-flow, as a true git extension. by Vincent Driessen · 15 years ago
  32. 12c4ab4 Update README file to mention new available features. by Vincent Driessen · 15 years ago
  33. bd4a1f1 Merge branch 'review' into develop by Vincent Driessen · 15 years ago
  34. c7bbfcf Deliberately add a Makefile target to prevent accidental installation of gitflow. by Vincent Driessen · 15 years ago
  35. f781242 Bumped the version number to 0.2 by Vincent Driessen · 15 years ago
  36. 059e689 Make bump-version write to the new location of git-flow-version by Vincent Driessen · 15 years ago
  37. 427c5db implement init command by Benedikt Böhm · 15 years ago
  38. a93a535 add simple make install target by Benedikt Böhm · 15 years ago
  39. 4d22227 make git fetch silent by Benedikt Böhm · 15 years ago
  40. e2fa491 remove bash specific expansions by Benedikt Böhm · 15 years ago
  41. 83d4361 fix modes by Benedikt Böhm · 15 years ago
  42. 7d703a8 Merge branch 'develop' of git://github.com/nvie/gitflow into develop by Benedikt Böhm · 15 years ago
  43. d2240e4 Merge branch 'feature/configurable-main-branches' into develop by Benedikt Böhm · 15 years ago
  44. 96f44c0 make branch prefixes configurable by Benedikt Böhm · 15 years ago
  45. 350e715 make origin configurable by Benedikt Böhm · 15 years ago
  46. 4a864fb make master and develop branch names configurable by Benedikt Böhm · 15 years ago
  47. 4aaec2f Fix markdown formatting issues. by Vincent Driessen · 15 years ago
  48. 4ea07a2 set -e conflicts with new sanity checks by Benedikt Böhm · 15 years ago
  49. 3e970a0 Merge branch 'release-0.1' into develop by Vincent Driessen · 15 years ago
  50. e5eaff9 add bash debug support by Benedikt Böhm · 15 years ago
  51. f206ba6 Update README file to match the 0.1 release status. by Vincent Driessen · 15 years ago
  52. 00ccea6 refactor the whole thing by Benedikt Böhm · 15 years ago
  53. caa5830 Auto-commit version number when bumped. by Vincent Driessen · 15 years ago
  54. a676509 Bumped version number to 0.1 by Vincent Driessen · 15 years ago
  55. 5cdfc2f Add shell script to automatically changes the version number. by Vincent Driessen · 15 years ago
  56. 463dd44 Add static shell variable that specifies the gitflow release version. by Vincent Driessen · 15 years ago
  57. 403fdca Fix: btype -> type by Vincent Driessen · 15 years ago
  58. 605b7cd Functionally implement the gitflow-hotfix subcommand. by Vincent Driessen · 15 years ago
  59. 696b9eb Functionally implement the creation/finishing of release branches. by Vincent Driessen · 15 years ago
  60. be7d416 Fix: "*" conflicted with markdown syntax by Vincent Driessen · 15 years ago
  61. 938b073 Don't do --no-ff merges for feature branches that exist of a single commit (no benefits are gained in those situations, only complexity is added). by Vincent Driessen · 15 years ago
  62. 788227b Merge branch 'make-feature-work' into develop by Vincent Driessen · 15 years ago
  63. 65cdbb7 Functionally implemented the gitflow-feature subcommand. Starting and finishing feature branches is now possible in your repos. by Vincent Driessen · 15 years ago
  64. 51fa95d Only mention (warn) when develop is ahead of origin/develop. This is not harmful in any way. by Vincent Driessen · 15 years ago
  65. 144bb50 Unified notation for stderr file descriptor redirection. by Vincent Driessen · 15 years ago
  66. 7238e29 Use a safer, more reliable way of determining what branches are available, by parsing the 'git branch' output instead of depending on files in the FS. by Vincent Driessen · 15 years ago
  67. 377949c Added a TODO list for jotting down notes for future versions. by Vincent Driessen · 15 years ago
  68. b26c32f Remove test-sh-setup test file. by Vincent Driessen · 15 years ago
  69. ec2c895 Add extra line to error message for clarification. by Vincent Driessen · 15 years ago
  70. ab4b80d Merge branch 'ensure-clean-env' into develop by Vincent Driessen · 15 years ago
  71. 3d41255 Add checks for all the commands, to assure we're working in a clean and safe environment, before actually modifying stuff in the repo. by Vincent Driessen · 15 years ago
  72. 6c9e804 Add function gitflow_require_branch_absent(), to test for the *absence* of a branch. by Vincent Driessen · 15 years ago
  73. a1bc871 Implemented the gitflow_check_clean_working_tree() check for dirty directories. by Vincent Driessen · 15 years ago
  74. afee9fd Add function gitflow_require_branches_equal() to test whether local and remote branches have diverged. by Vincent Driessen · 15 years ago
  75. a0434ca Add warn() function and redefine die() in terms of warn. by Vincent Driessen · 15 years ago
  76. 4f1cc33 Added functions for assuring branches are in place before doing the actual work. by Vincent Driessen · 15 years ago
  77. 7d0a409 Merge branch 'tag-releases' into develop by Daniel Truemper · 15 years ago
  78. 3ba8b3d tag each release by Daniel Truemper · 15 years ago
  79. e17663f Merge branch 'cleanup' into develop by Daniel Truemper · 15 years ago
  80. e4736ce duplicate method removed by Daniel Truemper · 15 years ago
  81. 21c3483 allow optional argument to the feature subcommand by Daniel Truemper · 15 years ago
  82. 093a147 Added header comments to all files. by Vincent Driessen · 15 years ago
  83. f7f687c Also add basic skeleton implementation for the gitflow-feature and gitflow-release subcommands. by Vincent Driessen · 15 years ago
  84. 61ade55 Add initial beginning to the gitflow subcommand infrastructure. by Vincent Driessen · 15 years ago
  85. 60e07ef Fix indenting of Markdown text by Vincent Driessen · 15 years ago
  86. e8766e0 Quick test by Vincent Driessen · 15 years ago
  87. c0eea1e Rename README file to enable Github's markdown syntax. by Vincent Driessen · 15 years ago
  88. 78c73dc Add initial project outline and guidelines. by Vincent Driessen · 15 years ago
  89. a9575ca first commit by Vincent Driessen · 15 years ago