1. 13 May, 2015 3 commits
    • remote: remove url and pushurl from the save logic · 22261344
      As a first step in removing the repository-saving logic, don't allow
      chaning the url or push url from a remote object, but change the
      configuration on the configuration immediately.
      Carlos Martín Nieto committed
    • 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
    • push: remove own copy of callbacks · 05259114
      The push object knows which remote it's associated with, and therefore
      does not need to keep its own copy of the callbacks stored in the
      remote.
      
      Remove the copy and simply access the callbacks struct within the
      remote.
      Carlos Martín Nieto committed
  2. 12 May, 2015 2 commits
  3. 11 May, 2015 18 commits
  4. 09 May, 2015 1 commit
  5. 07 May, 2015 1 commit
  6. 06 May, 2015 2 commits
  7. 05 May, 2015 2 commits
  8. 04 May, 2015 11 commits