1. 30 Jun, 2015 1 commit
  2. 13 May, 2015 2 commits
    • remote: move the tagopt setting to the fetch options · 35a8a8c5
      This is another option which we should not be keeping in the remote, but
      is specific to each particular operation.
      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
  3. 21 Apr, 2014 1 commit
  4. 02 Oct, 2013 1 commit
  5. 08 Jan, 2013 1 commit
  6. 24 Oct, 2012 2 commits
  7. 20 Oct, 2012 2 commits
  8. 30 Jul, 2012 1 commit
  9. 19 May, 2012 1 commit
  10. 25 Apr, 2012 2 commits
  11. 13 Feb, 2012 1 commit
  12. 12 Oct, 2011 1 commit
  13. 18 Sep, 2011 1 commit
    • Cleanup legal data · bb742ede
      1. The license header is technically not valid if it doesn't have a
      copyright signature.
      
      2. The COPYING file has been updated with the different licenses used in
      the project.
      
      3. The full GPLv2 header in each file annoys me.
      Vicent Marti committed
  14. 18 Aug, 2011 2 commits