1. 09 Jul, 2010 1 commit
    • Vincent Driessen's avatar
      Allow new feature branches in dirty working trees. · 4132de9e
      Vincent Driessen authored
      Before this change, `git-flow feature start` would nag about the working
      tree being dirty and disallow continuation. Then, there were two
      alternatives:
      
      - stash away your changes manually, create the new branch, restore the
        stash; or
      - use `git-flow feature start -f` to force creation
      
      There is absolutely no good reason for git-flow to forbid this creation,
      as git allows it already.  Therefore, the -f behaviour is now the default,
      without an option to turn that behaviour off.  Git takes care of unsafe
      situations again now.
      4132de9e
  2. 08 Jul, 2010 2 commits
  3. 05 Jul, 2010 1 commit
  4. 29 Jun, 2010 2 commits
  5. 27 May, 2010 3 commits
  6. 04 Apr, 2010 6 commits
  7. 01 Apr, 2010 1 commit
  8. 25 Mar, 2010 2 commits
  9. 23 Mar, 2010 2 commits
  10. 19 Mar, 2010 3 commits
  11. 24 Feb, 2010 6 commits
  12. 22 Feb, 2010 7 commits
  13. 21 Feb, 2010 3 commits
  14. 20 Feb, 2010 1 commit