Commit c6e942fb3d10d9f8f2e22833ddddbd945c0d6604

Carlos Martín Nieto 2015-05-17T15:19:22

remote: validate refspecs before adding to config When we moved from acting on the instance to acting on the configuration, we dropped the validation of the passed refspec, which can lead to writing an invalid refspec to the configuration. Bring that validation back.