• Show log

    Commit

  • Hash : 4330ab26
    Author : Carlos Martín Nieto
    Date : 2013-04-20T04:43:28

    remote: handle multiple refspecs 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.