refspec.c
8.46 KB
-
refspec: make sure matching refspecs have src, dst and input strings · 6ba8a33d
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