Commit 1be680c4d0909ee5160292d7b56c4522c4bc309c

Carlos Martín Nieto 2013-04-20T19:13:47

refspec: unify the string and parsed data It used to be separate as an attempt to make the querying easier, but it didn't work out that way, so put all the data together. Add git_refspec_string() as well to get the original string, which is now stored alongside the independent parts.