- df706ac flow-release now checking if the version is set correctly by Felipe Talavera · 15 years ago
- bbca922 add the banner message to the release by Felipe Talavera · 15 years ago
- fbcf4a0 add publish and track command to the release flow by Felipe Talavera · 15 years ago
- 03f27ba Revert "Change submodule URL from git:// to http://" by Vincent Driessen · 15 years ago
- cb92228 Add FAQ note for Windows users. by Vincent Driessen · 15 years ago
- 19a6e24 Change submodule URL from git:// to http:// by Vincent Driessen · 15 years ago
- f8b34b2 Add another FAQ. by Vincent Driessen · 15 years ago
- 0c92777 Fix more Markdown syntax. by Vincent Driessen · 15 years ago
- f74a3a7 Fix markdown links to issues. by Vincent Driessen · 15 years ago
- 11965b3 Added two FAQs. by Vincent Driessen · 15 years ago
- c213052 added OSX instructions using curl (because wget isn't available by default) by eddie cianci · 15 years ago
- 25def71 Mention the ZSH support for git-flow-completion. by Vincent Driessen · 15 years ago
- b17b898 Add installation note on how to install getopt. by Vincent Driessen · 15 years ago
- b33ea8a Added a Flattr button to the README file. by Vincent Driessen · 15 years ago
- cf3da5a Fixed incorrect color flag by Adam Gibbins · 15 years ago
- 871f5ed Bugfix to avoid errors due to Git subcommands returning ANSI color output. by Vincent Driessen · 15 years ago
- ac949bf Fixed link to Cygwin and msysgit by JP Toto · 15 years ago
- ea738ef Added installation instructions for Windows users by JP Toto · 15 years ago
- 4d8b379 Make the links manually. by Vincent Driessen · 15 years ago
- b731e6f Mention Jeff's great article on the README file. by Vincent Driessen · 15 years ago
- a7ff318 Merge branch 'release/0.3' into develop by Vincent Driessen · 15 years ago
- 3d41ea0 Bump version to 0.4-dev. by Vincent Driessen · 15 years ago
- 7c4cc65 Bump version to 0.3. by Vincent Driessen · 15 years ago
- 02548fb Fix minor markdown issue and credit contributers. by Vincent Driessen · 15 years ago
- 2da8810 Add a Changelog, for keeping a clean overview of what changed. by Vincent Driessen · 15 years ago
- de95e00 Change the default behaviour of all scripts to NOT fetch. by Vincent Driessen · 15 years ago
- ec0b854 Add link to git-flow-completion project. by Vincent Driessen · 15 years ago
- d76add9 Remove "important" 0.2 message. by Vincent Driessen · 15 years ago
- 79d4b4f Add Mark to AUTHORS. by Vincent Driessen · 15 years ago
- cb654b1 Fix whitespace issues. by Vincent Driessen · 15 years ago
- 8a86c48 Finishing features now only update / and / if they exists, this allows you to work on a unpushed repo, or a git svn repo by Mark Derricutt · 15 years ago
- 1911101 Fix markdown issue. by Vincent Driessen · 15 years ago
- 1fd5bcf Added link to Google group. by Vincent Driessen · 15 years ago
- 309e74f Bumped version number to 0.3-dev by Vincent Driessen · 15 years ago
- 4f0f539 Added Rick Osborne's super-easy gitflow installer oneliner to the project. by Vincent Driessen · 15 years ago
- f68d405 Added new experimental `feature pull` subcommand. by Vincent Driessen · 15 years ago
- ddb350b Change the URL of the original blog post. by Vincent Driessen · 15 years ago
- 2b829ce Forgot to update usage text. by Vincent Driessen · 15 years ago
- 4132de9 Allow new feature branches in dirty working trees. by Vincent Driessen · 15 years ago
- e761e35 Force deletion of the feature branch after finish. by Vincent Driessen · 15 years ago
- 06a5de7 Forgot to mention Jason L. Shiffer in AUTHORS file. by Vincent Driessen · 15 years ago
- e4baddd Added Randy Merrill to the AUTHORS. by Vincent Driessen · 15 years ago
- 4de01f2 Adding an extra line to the output for extra spacing. by Randy Merrill · 15 years ago
- b681b45 Adding extra instructions when running the list option without any corresponding branches found. by Randy Merrill · 15 years ago
- a2baef9 Added alias 'co' for new 'checkout' subcommand. by Vincent Driessen · 15 years ago
- 5b05ad7 Fix: incorrect order of arguments in determining whether local branch exists. by Vincent Driessen · 15 years ago
- d43ab84 Added 'feature checkout' subcommand. by Vincent Driessen · 15 years ago
- c118a85 Fix: unnecessary requirement of origin when creating a new feature branch. by Vincent Driessen · 15 years ago
- d79a0d4 Added referral link to the AUTHORS file. by Vincent Driessen · 15 years ago
- d72acba Added inline license terms to all source files. by Vincent Driessen · 15 years ago
- 72c4f94 Whitespace issue. by Vincent Driessen · 15 years ago
- 2e1579f Added AUTHORS file. by Vincent Driessen · 15 years ago
- 5d1dbe7 Added (BSD) licensing terms to the project. by Vincent Driessen · 15 years ago
- 192ff52 Correct advisory message. Wording was reversed. by gmallard · 15 years ago
- b5500d4 Removed left-behind helper functions in git-flow. by Vincent Driessen · 15 years ago
- 3176f74 Explicitly avoid setting up tracking between develop and master. by Vincent Driessen · 15 years ago
- f6228ed Replace \c-terminated echo calls by more portable printf calls. by Vincent Driessen · 15 years ago
- b1033aa gitflow-init honors global gitflow configuration that may exist before a by Vincent Driessen · 15 years ago
- 477a88d Merge branch 'hotfix/0.2.1' into develop by Vincent Driessen · 15 years ago
- e0b54c0 Strip the GIT_EXEC_PATH Makefile parameter. Replaced it by the more Unixy by Vincent Driessen · 15 years ago
- 133c43c Bump the version number to 0.2.1 by Vincent Driessen · 15 years ago
- b554186 Merge branch 'release/0.2' into develop by Vincent Driessen · 15 years ago 0.2
- 097459c Merge branch 'release/0.2' by Vincent Driessen · 15 years ago
- 4fc0bc1 Use a more friendly URL for the original blog post URL. by Vincent Driessen · 15 years ago
- 0465a6d Bumped version number to 0.2 by Vincent Driessen · 15 years ago
- a2e4116 Document all available flags in all of the subcommand synopsis texts. by Vincent Driessen · 15 years ago
- c49c793 Dotted i's and crossed t's in the README file, for release. by Vincent Driessen · 15 years ago
- 05e6586 Removed the --squash option until it's fully implemented. by Vincent Driessen · 15 years ago
- e0d8af3 Fix: endswith() implementation actually was a startswith() implementation. by Vincent Driessen · 15 years ago
- f9ebb07 Added 'git flow init' to the README file. by Vincent Driessen · 15 years ago
- f10a48b Merge branch 'feature/fix-gitflow-function-prefixes' into develop by Vincent Driessen · 15 years ago
- 6ee6223 Fix: bug introduced in b25ab83334c14452081af61ca9162d01db40b1e9 by Vincent Driessen · 15 years ago
- 55c1553 Reorder functions: Super-common functions go first, then all git-specific by Vincent Driessen · 15 years ago
- 7832d6e Better naming of common functions categorizing them into common, by Vincent Driessen · 15 years ago
- 677334c Fix: put auto-detected Makefile path into a variable, but keep by Vincent Driessen · 15 years ago
- 6d74722 Merge branch 'feature/init-errors' into develop by Vincent Driessen · 15 years ago
- ef43cbd Check whether this is a freshly git init'ed repo that's still HEADless. In by Vincent Driessen · 15 years ago
- c1598bf Added function gitflow_require_initialized(), to assert that the gitflow by Vincent Driessen · 15 years ago
- 1d8bb0d Add function gitflow_has_prefixes_configured(), to check whether a repo is by Vincent Driessen · 15 years ago
- 9ddb1dc Allow for setting back a prefix to '' (empty string) by entering '-' by Vincent Driessen · 15 years ago
- f476d26 While we're user input in git flow init, ask the user for all prefix by Vincent Driessen · 15 years ago
- 3227d80 Only switch to develop branch if it's newly created. by Vincent Driessen · 15 years ago
- 131c298 Provided a better way of checking whether master/develop branches need by Vincent Driessen · 15 years ago
- b25ab83 Added tests for asserting correctly configured git-flow environment/branches. by Vincent Driessen · 15 years ago
- 4e11dd6 Changed implementation of gitflow_all_branches() subtly, since "git branch by Vincent Driessen · 15 years ago
- cf6e92a Changed GIT_DIR variable into DOT_GIT_DIR, since Git uses it and chokes if by Vincent Driessen · 15 years ago
- 6188206 Always set the gitflow.branch.master and gitflow.branch.develop properties. by Vincent Driessen · 15 years ago
- 0161de5 Added implementation of git-flow-init that asks the user interactively what by Vincent Driessen · 15 years ago
- 49094bd Change implementation of gitflow_all_branches() to get its result directly from by Vincent Driessen · 15 years ago
- d72e4ac Rewrite the way git-flow initialized its variables in git-flow and assumed by Vincent Driessen · 15 years ago
- 21c7aa9 Don't store remote and local branch names in shell variables, but query by Vincent Driessen · 15 years ago
- b3e89fe Merge branch 'zerotao-patch' into develop by Vincent Driessen · 15 years ago
- ddba2df Fix spacing issues. by Vincent Driessen · 15 years ago
- 6809f0e Added push option (-p) to hotfix and release by Jason L. Shiffer · 15 years ago
- d44eaf9 Merge branch 'feature/compliance' into develop by Vincent Driessen · 15 years ago
- 6d64d2c Add check to disallow creation of a new release/hotfix branch when there by Vincent Driessen · 15 years ago
- 283b0f7 Fixed a problem with redirection of stdout/stderr. The specifier '2>&1' by Vincent Driessen · 15 years ago
- f46e290 Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on: by Vincent Driessen · 15 years ago
- 13c9482 Added instructions to first fetch submodules before installing. by Vincent Driessen · 15 years ago
- 99c8052 Merge branch 'feature/quote-all-var-params' into develop by Vincent Driessen · 15 years ago