1. 06 Jul, 2011 1 commit
  2. 14 Jun, 2011 2 commits
  3. 23 May, 2011 1 commit
  4. 16 May, 2011 4 commits
  5. 10 May, 2011 2 commits
  6. 27 Apr, 2011 1 commit
  7. 26 Apr, 2011 5 commits
  8. 25 Apr, 2011 2 commits
  9. 23 Apr, 2011 1 commit
  10. 17 Apr, 2011 5 commits
  11. 15 Apr, 2011 1 commit
  12. 14 Apr, 2011 1 commit
  13. 28 Mar, 2011 1 commit
  14. 20 Mar, 2011 2 commits
  15. 14 Feb, 2011 4 commits
  16. 11 Feb, 2011 1 commit
  17. 06 Feb, 2011 2 commits
  18. 05 Feb, 2011 2 commits
    • Vincent Driessen's avatar
      Merge pull request #99 from josephalevin/gitflow · cc5382de
      Vincent Driessen authored
      ---
      
      Not sure if its of interest to you, but I implemented a --defaults flag in git-flow-init so the script doesnt have to prompt for branch names.  My goal is to now make a change in my gitolite install so every new rep is initialized with the git flow model.  Resolves issue 88.
      
      Great work on git-flow.  Im really liking it.
      
      Joseph
      cc5382de
    • Joseph A. Levin's avatar
      Issue: 88 · d2eccaa7
      Joseph A. Levin authored
      Added support for using defaults without prompts when using git flow init.
      d2eccaa7
  19. 04 Feb, 2011 2 commits
    • Vincent Driessen's avatar
      Escape characters from tags that have special meaning in grep. · 1b471a66
      Vincent Driessen authored
      In particular, this fixes the case where a dot in a version name (not
      too uncommon ;)) unintentionally matches a pre-existing tag.  For
      example, if these tags exist:
      
          1.0.1
          1.0b2
      
      And you try to start a new release for 1.0.2, git-flow prevented it,
      since the '.' matches the 'b' in 1.0b2.  This resulted in the invalid
      error message:
      
          Tag '1.0.2' already exists. Pick another name.
      1b471a66
    • raybec's avatar
      This patch prevents silent failure of the auto-installer. · 0f74cf4f
      raybec authored
      Original commit message:
      Allows wget to work rather than failing silently.  The actual error is
      "ERROR: certificate common name `*.github.com' doesn't match requested
      host name `github.com'."  Tested on Ubuntu 10.10.  Not tested on
      Windows, so I haven't changed that line.
      Signed-off-by: 's avatarVincent Driessen <vincent@datafox.nl>
      0f74cf4f