| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-25 | Merge pull request #15 from Merovius/objtype | Vicent Martí | |
| Add String() Method to ObjectType | |||
| 2013-04-25 | Merge pull request #14 from Merovius/isbare | Vicent Martí | |
| Wrap git_repository_is_bare | |||
| 2013-04-26 | Give gitObject.Free a pointer-receiver | Axel Wagner | |
| This is needed to get runtime.SetFinalizer to work, which expects a pointer-receiver. Without it the runtime will crash, when it tries to garbage-collect an object. | |||
| 2013-04-26 | Add String() Method to ObjectType | Axel Wagner | |
| 2013-04-26 | Wrap git_repository_is_bare | Axel Wagner | |
| 2013-04-18 | Ok, now with shared base object | Vicent Marti | |
| 2013-04-16 | Add @carlosmn's tests | Vicent Marti | |
| 2013-04-16 | Take 2 on polymorphism | Vicent Marti | |
| 2013-04-12 | Merge pull request #12 from Merovius/checkout | Vicent Martí | |
| Checkout | |||
| 2013-03-19 | Implement SetWorkdir | Axel Wagner | |
| 2013-03-19 | Implement rudimentary checkout operations | Axel Wagner | |
| 2013-03-08 | Merge pull request #10 from carlosmn/oid-id | Vicent Martí | |
| TreeEntry: use Id instead of Oid | |||
| 2013-03-08 | TreeEntry: use Id instead of Oid | Carlos Martín Nieto | |
| Name it like The Library and the rest of the bindings. | |||
| 2013-03-08 | Merge pull request #9 from carlosmn/nil-oid | Vicent Martí | |
| Oid: make sure not to dereference a NULL git_oid | |||
| 2013-03-08 | Oid: make sure not to dereference a NULL git_oid | Carlos Martín Nieto | |
| Some calls like Reference.Target() can return NULL if the reference is symbolic. Make sure newOidFromC() can handle these situations. | |||
| 2013-03-07 | Merge pull request #8 from carlosmn/refs | Vicent Martí | |
| Immutable refs | |||
| 2013-03-07 | Delete the whole test dir | Carlos Martín Nieto | |
| 2013-03-07 | Add a test for references | Carlos Martín Nieto | |
| 2013-03-07 | Factor out creating the test repo | Carlos Martín Nieto | |
| 2013-03-07 | Wrap immutable refs | Carlos Martín Nieto | |
| 2013-03-06 | Merge pull request #7 from carlosmn/blob | Vicent Martí | |
| Add a couple of missing methods around Blob | |||
| 2013-03-06 | Add a couple of missing methods around Blob | Carlos Martín Nieto | |
| 2013-03-06 | Merge pull request #6 from carlosmn/signature | Vicent Martí | |
| Use time.Time in the Signature struct | |||
| 2013-03-06 | Use time.Time in the Signature struct | Carlos Martín Nieto | |
| 2013-03-06 | Merge pull request #5 from mrb/test_fix | Vicent Martí | |
| Fixed renamed func in index_test | |||
| 2013-03-06 | Fixed renamed func in index_test | mrb | |
| 2013-03-06 | Sane names yo | Vicent Marti | |
| 2013-03-06 | Repository.Path | Vicent Marti | |
| 2013-03-06 | Properly wrap ODB objects | Vicent Marti | |
| 2013-03-06 | Update README | Vicent Marti | |
| 2013-03-06 | Repository.CreateCommit | Vicent Marti | |
| 2013-03-06 | Merge pull request #4 from carlosmn/index | Vicent Martí | |
| Wrap the index and test it a bit | |||
| 2013-03-06 | Test the index code slightly | Carlos Martín Nieto | |
| 2013-03-06 | Wrap git_index | Carlos Martín Nieto | |
| 2013-03-05 | Merge pull request #3 from carlosmn/finalizers | Vicent Martí | |
| Free Git objects via finalizers or manually | |||
| 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 | |
