Tag

  • Show log

    Commit

  • Hash : 6ba8a33d
    Author : Carlos Martín Nieto
    Date : 2015-05-22T12:11:42

    refspec: make sure matching refspecs have src, dst and input strings
    
    When we find out that we're dealing with a matching refspec, we set the
    flag and return immediately. This leaves the strings as NULL, which
    breaks the contract.
    
    Assign these pointers to a string with the correct values.