summaryrefslogtreecommitdiff
path: root/revparse.go
AgeCommit message (Expand)Author
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2015-08-04Move from an Object interface to a typeCarlos Martín Nieto
2014-12-11Remove useless includesCarlos Martín Nieto
2014-10-28Make the constants have typesCarlos Martín Nieto
2014-08-26Remove unnecessary heap allocationCarlos Martín Nieto
2014-08-22Extract data into a go struct.David Calavera
2014-07-24Add Repository#RevParseExt.David Calavera
2014-07-24Add Repository#RevParseSingle.David Calavera
2014-07-24Make a new pointer to pass to git_revparse.David Calavera
2014-07-24Move RevSpec#From and RevSpec#To to struct methods.David Calavera
2014-07-24Add Repository#RevParse.David Calavera