summaryrefslogtreecommitdiff
path: root/reference_test.go
AgeCommit message (Expand)Author
2021-09-05libgit2 v1.2.0 #majorlhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-11-13Add ReferenceNormalizeName (#681)Segev Finer
2016-08-27Run the tests in parallelCarlos Martín Nieto
2015-07-24Add ReferenceIsValidName()Calin Seciu
2015-07-24Add check if reference is a noteCalin Seciu
2015-06-28Create a ReferenceCollection for managing referencesCarlos Martín Nieto
2015-06-08Merge remote-tracking branch 'origin/master' into nextCarlos Martín Nieto
2015-05-30Fix test error messagestaylorchu
2015-04-24tests: always clean up temporary repository dirsPatrick Steinhardt
2015-03-15Update to libgit2 d675982a153Carlos Martín Nieto
2014-05-25Give Object and Reference an Onwer accessorCarlos Martín Nieto
2014-05-04Fix typoCarlos Martín Nieto
2014-04-04Merge branch 'oid-parse-protection' into branch-iteratorJesse Ezell
2014-04-02make it possible to handle errorsJesse Ezell
2014-03-20remove channel based iteration for branch / ref. Add ReferenceNameIterator. A...Jesse Ezell
2014-03-19various improvements to interfaceJesse Ezell
2014-03-19split out name iteratorJesse Ezell
2014-03-19remove Branch struct, unify reference iteratorsJesse Ezell
2014-02-26Add a few reference utility functionsCarlos Martín Nieto
2014-02-23Merge commit 'refs/pull/53/head' of github.com:libgit2/git2goCarlos Martín Nieto
2014-01-29update git2go to support latest libgit2 development commit (id: 66af84)Aidan Nulman
2013-09-17Merge pull request #36 from libgit2/ref-iterVicent Martí
2013-09-12Give each const group a typeCarlos Martín Nieto
2013-09-12Camel-case constantsCarlos Martín Nieto
2013-08-09reference: get references out of the iteratorCarlos Martín Nieto
2013-06-17Reference: adjust to iterator changesCarlos Martín Nieto
2013-06-13Merge pull request #13 from libgit2/polymorphism-take-2Vicent Martí
2013-05-23Implement a reference iteratorCarlos Martín Nieto
2013-04-16Add @carlosmn's testsVicent Marti
2013-03-08Oid: make sure not to dereference a NULL git_oidCarlos Martín Nieto
2013-03-07Delete the whole test dirCarlos Martín Nieto
2013-03-07Add a test for referencesCarlos Martín Nieto