Commit 7cd4ba1b17d579134ac6cc172fc858021d4aa407

Carlos Martín Nieto 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.