| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-04 | Move from an Object interface to a type | Carlos Martín Nieto | |
| An Object should be about representing a libgit2 object rather than showing which methods it should support. Change any return of Object to *Object and provide methods to convert between this and the particular type. | |||
| 2014-12-11 | Remove useless includes | Carlos Martín Nieto | |
| 2014-10-28 | Make the constants have types | Carlos Martín Nieto | |
| While Go will assign the correct type to a const block when it auto-creates the values, assigning makes the const be typeless and will only gain it in each particular use. Make each constant in the blocks have an assigned type. | |||
| 2014-08-26 | Remove unnecessary heap allocation | Carlos Martín Nieto | |
| 2014-08-22 | Extract data into a go struct. | David Calavera | |
| 2014-07-24 | Add Repository#RevParseExt. | David Calavera | |
| 2014-07-24 | Add Repository#RevParseSingle. | David Calavera | |
| 2014-07-24 | Make a new pointer to pass to git_revparse. | David Calavera | |
| 2014-07-24 | Move RevSpec#From and RevSpec#To to struct methods. | David Calavera | |
| 2014-07-24 | Add Repository#RevParse. | David Calavera | |
