| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-27 | Run the tests in parallel | Carlos Martín Nieto | |
| This saves about 1s, or 1/3 of the test runtime. The linking is still much slower, but this we can control. | |||
| 2015-07-24 | Add ReferenceIsValidName() | Calin Seciu | |
| 2015-07-24 | Add check if reference is a note | Calin Seciu | |
| 2015-06-28 | Create a ReferenceCollection for managing references | Carlos Martín Nieto | |
| As with the other commits, this clears up the clutter in naming and around the Repository's API. | |||
| 2015-06-08 | Merge remote-tracking branch 'origin/master' into next | Carlos Martín Nieto | |
| 2015-05-30 | Fix test error messages | taylorchu | |
| 2015-04-24 | tests: always clean up temporary repository dirs | Patrick Steinhardt | |
| Some test repositories are not correctly removed after the tests did run. Fix by introducing a function that is to be used for cleaning up temporary test repositories. | |||
| 2015-03-15 | Update to libgit2 d675982a153 | Carlos Martín Nieto | |
| There's been some changes to the checkout strategy, especially the SAFE_CREATE mode, which is now the RECREATE_MISSING flag, though that shouldn't be necessary to use in the general case. The largest changes come from the removal of the signture from ref-modifying functions/methods and the removal of the reflog string in all but those directly related to moving references. | |||
| 2014-05-25 | Give Object and Reference an Onwer accessor | Carlos Martín Nieto | |
| This reduces the need to carry around a pointer to the repository as well as the objects. | |||
| 2014-05-04 | Fix typo | Carlos Martín Nieto | |
| 2014-04-04 | Merge branch 'oid-parse-protection' into branch-iterator | Jesse Ezell | |
| 2014-04-02 | make it possible to handle errors | Jesse Ezell | |
| 2014-03-20 | remove channel based iteration for branch / ref. Add ReferenceNameIterator. ↵ | Jesse Ezell | |
| All iterators use Next(). Remove interfaces. | |||
| 2014-03-19 | various improvements to interface | Jesse Ezell | |
| 2014-03-19 | split out name iterator | Jesse Ezell | |
| 2014-03-19 | remove Branch struct, unify reference iterators | Jesse Ezell | |
| 2014-02-26 | Add a few reference utility functions | Carlos Martín Nieto | |
| 2014-02-23 | Merge commit 'refs/pull/53/head' of github.com:libgit2/git2go | Carlos Martín Nieto | |
| On top: fix git_buf handling and rename signature This fixes #57, #54. Conflicts: git.go reference.go repository.go submodule.go | |||
| 2014-01-29 | update git2go to support latest libgit2 development commit (id: 66af84) | Aidan Nulman | |
| 2013-09-17 | Merge pull request #36 from libgit2/ref-iter | Vicent Martí | |
| reference: get references out of the iterator | |||
| 2013-09-12 | Give each const group a type | Carlos Martín Nieto | |
| This allows us to restrict which constants the compiler will allow through, and makes the sorting in the documentation better. | |||
| 2013-09-12 | Camel-case constants | Carlos Martín Nieto | |
| Make the names look more like what you'd expect from Go. | |||
| 2013-08-09 | reference: get references out of the iterator | Carlos Martín Nieto | |
| Allow getting references out of the iterator instead of just names. | |||
| 2013-06-17 | Reference: adjust to iterator changes | Carlos Martín Nieto | |
| The Library's iterators now can return either the reference or the reference's name. As the name is what we're set up for, rename the functions appropriately so we compile against altest development. | |||
| 2013-06-13 | Merge pull request #13 from libgit2/polymorphism-take-2 | Vicent Martí | |
| My take on polymorphism | |||
| 2013-05-23 | Implement a reference iterator | Carlos Martín Nieto | |
| Wrap the reference iterators, and provide a Iter() function to get them through a channel. | |||
| 2013-04-16 | Add @carlosmn's tests | Vicent Marti | |
| 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 | Delete the whole test dir | Carlos Martín Nieto | |
| 2013-03-07 | Add a test for references | Carlos Martín Nieto | |
