1. 0d00b69 Add Changelog note and added Emre to list of contributors. by Vincent Driessen · 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. 766159d Add a cool new video tutorial on git-flow by Build a Module. by Vincent Driessen · 13 years ago
  4. 7cbdb84 Merge pull request #163 from phoet/publish_hotfix by Vincent Driessen · 13 years ago
  5. 447808f Merge branch 'chad3814-develop' into develop by Vincent Driessen · 13 years ago
  6. 4895c15 Fix wording. by Vincent Driessen · 13 years ago
  7. 0b324de add publishing to hotfix by Peter Schröder · 13 years ago
  8. 9c5c806 added a -D flag to the git flow finish command to try extra hard to delete the local branch after finishing the feature by Chad Walker · 14 years ago
  9. be5dabf Merge pull request #141 from moranjk/develop by Vincent Driessen · 14 years ago
  10. 0c32062 fixed malformed if statement by James Moran · 14 years ago
  11. 7c7dc35 Merge branch 'develop' of https://github.com/kixx/gitflow into develop by Vincent Driessen · 14 years ago
  12. 3d12772 Merge pull request #138 from MarkBorcherding/feature/windows-install-step by Vincent Driessen · 14 years ago
  13. e73a1d9 Adding windows install step for libintl3.dll by Mark Borcherding · 14 years ago
  14. 06e854a Fix parsing for Bourne shell (FreeBSD) by Gruen Christian-Rolf (Kiki) · 14 years ago
  15. 0191c68 Merge pull request #132 from kwasticat/develop by Vincent Driessen · 14 years ago
  16. 26293bb This script depends on Bash-only features, and so should not be executed with sh. by Tacit Sawk · 14 years ago
  17. 14bcc58 Update the version number to distinguish HEAD from the released 0.4.1 version. by Vincent Driessen · 14 years ago
  18. 8b73fed Update the changelog. by Vincent Driessen · 14 years ago
  19. 59e6aef Update usage docs and changelog. by Vincent Driessen · 14 years ago
  20. cf5b2a5 Implement git flow feature finish without a branch name to finish the by Vincent Driessen · 14 years ago
  21. c4b4b3c Make room for new minor release (and update the changelog). by Vincent Driessen · 14 years ago
  22. b7fc886 Add Olivier Mengué to the list of contributors. by Vincent Driessen · 14 years ago
  23. 9720b66 Merge pull request #109 from dolmen/feature/msysgit-install by Vincent Driessen · 14 years ago
  24. 3626bfb Revert "Set GITFLOW_DIR correctly if git-flow is a symbolic link" by Vincent Driessen · 14 years ago
  25. f9ace1f Add Jon Bernard to the list of contributors. by Vincent Driessen · 14 years ago
  26. a64939d Merged pull request #119 from jbernard/develop. by Vincent Driessen · 14 years ago
  27. d762995 Add Kiall Mac Innes to the list of contributors. by Vincent Driessen · 14 years ago
  28. 7e583b5 Moved the debian stuff to the contrib directory. by Vincent Driessen · 14 years ago
  29. 96e3e3f Merged pull request #120 from kiall/develop. by Vincent Driessen · 14 years ago
  30. 6fc1323 Fixing some minor mistakes in debian/control metadata - followup to ca475abb09fc761e06720b15d05f33710a17409c by Kiall Mac Innes · 14 years ago
  31. ca475ab Add debian/ubuntu packaging. by Kiall Mac Innes · 14 years ago
  32. fff16ed Set GITFLOW_DIR correctly if git-flow is a symbolic link by Jon Bernard · 14 years ago
  33. a7a89cd Fix always-empty value for $DOT_GIT_DIR variable. by Vincent Driessen · 14 years ago
  34. e024fa4 Add Jannis Leidel to the list of contributors. by Vincent Driessen · 14 years ago
  35. 499b468 Merge branch 'develop' of https://github.com/jezdez/gitflow into develop by Vincent Driessen · 14 years ago
  36. 2f05c3c Add Konstantin Tjuterev to the list of contributors. by Vincent Driessen · 14 years ago
  37. f1b3213 Merge branch 'develop' of https://github.com/kostiklv/gitflow into develop by Vincent Driessen · 14 years ago
  38. 2074360 release: start subcommand takes an optional base as well by Stefan Näwe · 14 years ago
  39. f6fcc4e - Removed quoting in has $SOME_BRANCH $(get_remote_branches), as the check was always false by Konstantin Tjuterev · 14 years ago
  40. 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
  41. b52f79e Update README for msysgit to use the new installer by Olivier Mengué · 14 years ago
  42. 023ed69 Add an installer for the msysgit environment by Olivier Mengué · 14 years ago
  43. baf66be Merge branch 'release/0.4.1' into develop by Vincent Driessen · 14 years ago
  44. 4b5b932 Update the changelog. by Vincent Driessen · 14 years ago
  45. 8044ddf Bump the version number. by Vincent Driessen · 14 years ago
  46. f78b660 Move up the notification that default branch names are being used. by Vincent Driessen · 14 years ago
  47. 69f205c I only just discovered the --recursive flag to git clone. by Vincent Driessen · 14 years ago
  48. 2d0cbec Add some changelog notes. by Vincent Driessen · 14 years ago
  49. 5f860bf Rewrite Joseph Levin's solution a bit. by Vincent Driessen · 14 years ago
  50. cc5382d Merge pull request #99 from josephalevin/gitflow by Vincent Driessen · 14 years ago
  51. d2eccaa Issue: 88 by Joseph A. Levin · 14 years ago
  52. 1b471a6 Escape characters from tags that have special meaning in grep. by Vincent Driessen · 14 years ago
  53. 0f74cf4 This patch prevents silent failure of the auto-installer. by raybec · 14 years ago
  54. 68e53aa Fix: "eval set" called in the wrong context. by Vincent Driessen · 14 years ago
  55. f1eaa4e Don't just take the last argument, take the first. by Vincent Driessen · 14 years ago
  56. 553776f Move up the "getting started" paragraph. It's the most important one by Vincent Driessen · 14 years ago
  57. fe1d4c9 Add links to the great screen casts on git-flow to the README. by Vincent Driessen · 14 years ago
  58. 877f5fe Fix placement. by Vincent Driessen · 14 years ago
  59. 3770f07 Add stillmaintained link. by Vincent Driessen · 14 years ago
  60. c4d0cb1 fixed typo by Stefan Schüßler · 14 years ago
  61. 6f199b9 Make Github download URL in README https. by Vincent Driessen · 14 years ago
  62. 3090dfa Merge remote branch 'mine/develop' into develop by Brian St. Pierre · 14 years ago
  63. 5ff0b47 Fix issue 34: "release finish" error: bad variable name. by Brian St. Pierre · 14 years ago
  64. e26bfbc Adding more detailed installation information for Windows users on Cygwin and msysgit by Alexander Groß · 14 years ago
  65. 61f2c69 Fix FAQ link. by Vincent Driessen · 14 years ago
  66. 7567868 Move the FAQ over to the Wiki on Github. by Vincent Driessen · 15 years ago
  67. 149d154 Add installation instructions for homebrew and MacPorts. by Vincent Driessen · 15 years ago
  68. b9250b0 Finally, we can get rid of this nasty FAQ! by Vincent Driessen · 15 years ago
  69. ee7edbe Merge branch 'release/0.4' into develop by Vincent Driessen · 15 years ago
  70. 1c289cf Update changelog for this release. by Vincent Driessen · 15 years ago
  71. 60491d2 Bump the version number. by Vincent Driessen · 15 years ago
  72. e1ec57d Tell getopt to parse POSIX compatible. by Vincent Driessen · 15 years ago
  73. 47d1b9d Made a note on the apt-get installer's package name. by Vincent Driessen · 15 years ago
  74. f50df99 Manually select the last argument. by Vincent Driessen · 15 years ago
  75. ca8be52 Allow finishing release branches without creating a tag. by Vincent Driessen · 15 years ago
  76. 46f9998 Don't stop the script when the release branch is the current branch. by Vincent Driessen · 15 years ago
  77. ddd9dfe Tidy up a bit. by Vincent Driessen · 15 years ago
  78. 3ef45cd Add Nowell, Felipe and Guillaume to the AUTHORS list. Thanks, guys! by Vincent Driessen · 15 years ago
  79. ff275fa Changed versiontag prefix to allow addition of dynamic data (i.e. date) by Nowell Strite · 15 years ago
  80. 8fee0c2 Added -k option to keep (feature|hotfix|relase) branch when calling 'finish'. by Guillaume-Jean Herbiet · 15 years ago
  81. 9510b69 Merge branch 'feature/track-publish-for-release' into develop by Vincent Driessen · 15 years ago
  82. d256bbf Rename the helper function. by Vincent Driessen · 15 years ago
  83. 4d8239a Fix minor typo. by Vincent Driessen · 15 years ago
  84. b9765da No need to reimplement the git_current_branch function. by Vincent Driessen · 15 years ago
  85. 92c16a9 adds a check to avoid the delete release branch problem in release finish by Felipe Talavera · 15 years ago
  86. 4c90d92 lets add automatic delete of the branch when the remote flag is set under the release by Felipe Talavera · 15 years ago
  87. df706ac flow-release now checking if the version is set correctly by Felipe Talavera · 15 years ago
  88. bbca922 add the banner message to the release by Felipe Talavera · 15 years ago
  89. fbcf4a0 add publish and track command to the release flow by Felipe Talavera · 15 years ago
  90. 03f27ba Revert "Change submodule URL from git:// to http://" by Vincent Driessen · 15 years ago
  91. cb92228 Add FAQ note for Windows users. by Vincent Driessen · 15 years ago
  92. 19a6e24 Change submodule URL from git:// to http:// by Vincent Driessen · 15 years ago
  93. f8b34b2 Add another FAQ. by Vincent Driessen · 15 years ago
  94. 0c92777 Fix more Markdown syntax. by Vincent Driessen · 15 years ago
  95. f74a3a7 Fix markdown links to issues. by Vincent Driessen · 15 years ago
  96. 11965b3 Added two FAQs. by Vincent Driessen · 15 years ago
  97. c213052 added OSX instructions using curl (because wget isn't available by default) by eddie cianci · 15 years ago
  98. 25def71 Mention the ZSH support for git-flow-completion. by Vincent Driessen · 15 years ago
  99. b17b898 Add installation note on how to install getopt. by Vincent Driessen · 15 years ago
  100. b33ea8a Added a Flattr button to the README file. by Vincent Driessen · 15 years ago