1. 13 May, 2015 1 commit
    • Remove the callbacks struct from the remote · 8f0104ec
      Having the setting be different from calling its actions was not a great
      idea and made for the sake of the wrong convenience.
      
      Instead of that, accept either fetch options, push options or the
      callbacks when dealing with the remote. The fetch options are currently
      only the callbacks, but more options will be moved from setters and
      getters on the remote to the options.
      
      This does mean passing the same struct along the different functions but
      the typical use-case will only call git_remote_fetch() or
      git_remote_push() and so won't notice much difference.
      Carlos Martín Nieto committed
  2. 07 Mar, 2014 1 commit
  3. 27 Jan, 2014 1 commit
  4. 14 Nov, 2013 1 commit
  5. 02 Oct, 2013 1 commit
  6. 17 Sep, 2013 1 commit
    • No such thing as an orphan branch · 605da51a
      Unfortunately git-core uses the term "unborn branch" and "orphan
      branch" interchangeably. However, "orphan" is only really there for
      the checkout command, which has the `--orphan` option so it doesn't
      actually create the branch.
      
      Branches never have parents, so the distinction of a branch with no
      parents is odd to begin with. Crucially, the error messages deal with
      unborn branches, so let's use that.
      Carlos Martín Nieto committed
  7. 15 May, 2013 1 commit
  8. 30 Mar, 2013 1 commit
  9. 22 Feb, 2013 1 commit
  10. 05 Feb, 2013 1 commit
  11. 16 Jan, 2013 1 commit
  12. 20 Dec, 2012 1 commit
  13. 19 Dec, 2012 1 commit
  14. 17 Dec, 2012 1 commit
  15. 14 Dec, 2012 1 commit