• Show log

    Commit

  • Hash : 0aa6b7e6
    Author : Carlos Martín Nieto
    Date : 2014-07-04T17:16:17

    refspec: short-circuit non-pattern refspecs on transform
    
    When transforming a non-pattern refspec, we simply need to copy over the
    opposite string. Move that logic up to the wrapper so we can assume a
    pattern refspec in the transformation function.