Commit b523194d219a9dc062bad89bf8ba5dbeca7dab17

Adrien Thebo 2015-03-04T13:29:13

refspec: set err message on invalid refspec If a refspec could not be parsed, the git_refspec__parse function would return an error value but would not provide additional error information for the callers. This commit amends that function to set a more useful error message.