| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-06 | Free Git objects via finalizers or manually | Carlos Martín Nieto | |
| Provide a manual way of freeing objects, but set finalizers for them in case the user does not want to worry about memory management, which would be useful for commits or trees, which sare typically small. When the objects are freed manually, the finalizer is unset to avoid double-freeing, mimicking what the go runtime does. | |||
| 2013-03-05 | Merge pull request #2 from carlosmn/signature | Vicent Martí | |
| Introduce Signature | |||
| 2013-03-05 | Introduce Signature | Carlos 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-05 | Merge pull request #1 from carlosmn/revwalk | Vicent Martí | |
| Bring back the RevWalk | |||
| 2013-03-05 | Bring back the RevWalk | Carlos Martín Nieto | |
| 2013-03-05 | Submodule wrapping courtesy of @sbinet | Vicent Marti | |
| 2013-03-05 | My username is carlosmn | Carlos Martín Nieto | |
| 2013-03-05 | Initial commit | Vicent Marti | |
