1. 02 Nov, 2015 1 commit
  2. 27 Sep, 2015 1 commit
  3. 18 Sep, 2015 1 commit
  4. 13 Sep, 2015 1 commit
  5. 10 Sep, 2015 1 commit
  6. 08 Sep, 2015 1 commit
  7. 02 Jul, 2015 1 commit
  8. 12 Jun, 2015 2 commits
  9. 27 May, 2015 1 commit
  10. 17 May, 2015 1 commit
    • clone: don't rely on auto-saving for single-branch · 7b5ce2e5
      The code used to rely on the clone code calling the remote's save, which
      does not happen anymore, meaning that the configuration settings the
      remote expected were not being written to disk.
      
      The run-time configuration was still being affected, so the right branch
      was being cloned. The tests continued to pass as we did not check for
      the configuration entires. Fix this by creating the remote with the
      single-branch refspec we want and checking for its existence in the
      configuration.
      Carlos Martín Nieto committed
  11. 13 May, 2015 5 commits
  12. 22 Apr, 2015 1 commit
  13. 18 Apr, 2015 1 commit
  14. 16 Mar, 2015 1 commit
  15. 13 Mar, 2015 1 commit
  16. 03 Mar, 2015 2 commits
  17. 27 Feb, 2015 1 commit
  18. 30 Dec, 2014 1 commit
  19. 06 Dec, 2014 1 commit
  20. 19 Nov, 2014 1 commit
    • fetch: clear the connection data on close · 1ca61bdc
      When we fetch twice with the same remote object, we did not properly
      clear the connection flags, so we would leak state from the last
      connection.
      
      This can cause the second fetch with the same remote object to fail if
      using a HTTP URL where the server redirects to HTTPS, as the second
      fetch would see `use_ssl` set and think the initial connection wanted to
      downgrade the connection.
      Carlos Martín Nieto committed
  21. 09 Nov, 2014 1 commit
    • push: use the common refspec parser · aad638f3
      There is one well-known and well-tested parser which we should use,
      instead of implementing parsing a second time.
      
      The common parser is also augmented to copy the LHS into the RHS if the
      latter is empty.
      
      The expressions test had to change a bit, as we now catch a bad RHS of a
      refspec locally.
      Carlos Martín Nieto committed
  22. 08 Nov, 2014 4 commits
  23. 09 Oct, 2014 1 commit
  24. 30 Sep, 2014 2 commits
  25. 22 Sep, 2014 1 commit
  26. 16 Sep, 2014 5 commits