refspec.c
8.56 KB
-
refspec: make sure matching refspecs have src, dst and input strings · 7cd4ba1b
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.
Carlos Martín Nieto committed