summaryrefslogtreecommitdiff
path: root/commit.go
AgeCommit message (Collapse)Author
2013-03-05Introduce SignatureCarlos Martín Nieto
It brings the data into go-land so we don't have to worry about the commit being there. It stores the data we get from git and provides a Time() function to get a time.Time struct.
2013-03-05Initial commitVicent Marti