1. 20 Apr, 2013 2 commits
    • remote: allow querying for refspecs · bc6374ea
      Introduce git_remote_{fetch,push}_refspecs() to get a list of refspecs
      from the remote and rename the refspec-adding functions to a less
      silly name.
      
      Use this instead of the vector index hacks in the tests.
      Carlos Martín Nieto committed
    • remote: handle multiple refspecs · 4330ab26
      A remote can have a multitude of refspecs. Up to now our git_remote's
      have supported a single one for each fetch and push out of simplicity
      to get something working.
      
      Let the remotes and internal code know about multiple remotes and get
      the tests passing with them.
      
      Instead of setting a refspec, the external users can clear all and add
      refspecs. This should be enough for most uses, though we're still
      missing a querying function.
      Carlos Martín Nieto committed
  2. 19 Apr, 2013 1 commit
  3. 15 Apr, 2013 4 commits
  4. 11 Apr, 2013 1 commit
  5. 09 Apr, 2013 1 commit
  6. 08 Apr, 2013 1 commit
  7. 07 Apr, 2013 2 commits
  8. 31 Mar, 2013 2 commits
  9. 30 Mar, 2013 1 commit
  10. 14 Mar, 2013 1 commit
  11. 07 Mar, 2013 2 commits
  12. 26 Feb, 2013 1 commit
  13. 22 Feb, 2013 2 commits
  14. 11 Feb, 2013 3 commits
  15. 08 Feb, 2013 1 commit
  16. 05 Feb, 2013 1 commit
  17. 03 Feb, 2013 2 commits
  18. 31 Jan, 2013 1 commit
  19. 25 Jan, 2013 2 commits
  20. 23 Jan, 2013 1 commit
  21. 16 Jan, 2013 1 commit
  22. 04 Jan, 2013 1 commit
  23. 10 Dec, 2012 1 commit
  24. 01 Dec, 2012 5 commits