1. 06 Feb, 2011 2 commits
  2. 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
  3. 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
  4. 03 Feb, 2011 2 commits
    • Vincent Driessen's avatar
      Fix: "eval set" called in the wrong context. · 68e53aae
      Vincent Driessen authored
      This is the real fix for the incorrect fix that I reverted in the
      previous commit.  parse_cmdline was used to DRY up the source, but this
      introduced a bug because the "eval set" line changes the positional
      parameters semantics, but does it in the wrong context, so the calling
      function never receives the changes.
      
      This closes at least the GitHub issues #54 and #86.
      68e53aae
    • Vincent Driessen's avatar
      Don't just take the last argument, take the first. · f1eaa4e0
      Vincent Driessen authored
      This patch was originally contributed as a workaround for the cases
      where there were flags that took the first argument position.  This fix
      was just plain wrong and this commit reverts it.
      f1eaa4e0
  5. 31 Jan, 2011 2 commits
  6. 06 Dec, 2010 2 commits
  7. 02 Dec, 2010 1 commit
  8. 11 Nov, 2010 1 commit
  9. 03 Nov, 2010 2 commits
  10. 02 Nov, 2010 1 commit
  11. 31 Oct, 2010 1 commit
  12. 25 Oct, 2010 1 commit
  13. 20 Oct, 2010 1 commit
  14. 18 Oct, 2010 5 commits
  15. 08 Oct, 2010 2 commits
  16. 05 Oct, 2010 10 commits
  17. 01 Oct, 2010 3 commits