• Show log

    Commit

  • Hash : 1be680c4
    Author : Carlos Martín Nieto
    Date : 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.