| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
