• Show log

    Commit

  • Hash : 7b5ce2e5
    Author : Carlos Martín Nieto
    Date : 2015-05-14T09:33:54

    clone: don't rely on auto-saving for single-branch
    
    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.