summaryrefslogtreecommitdiff
path: root/reference.go
AgeCommit message (Expand)Author
2014-05-26Keep a pointer to the repository in the objects and referencesCarlos Martín Nieto
2014-05-25Give Object and Reference an Onwer accessorCarlos Martín Nieto
2014-05-23Reference: expose Peel()Carlos Martín Nieto
2014-04-04Merge branch 'oid-parse-protection' into branch-iteratorJesse Ezell
2014-04-04fix typo / return name 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-03-12add branch iterator / remove useless repo from reference iteratorJesse Ezell
2014-02-27Merge pull request #59 from libgit2/cmn/refsCarlos Martín Nieto
2014-02-27Merge pull request #60 from libgit2/cmn/reflogs-defaultCarlos Martín Nieto
2014-02-26Convert the rest of the errorsCarlos Martín Nieto
2014-02-26Added git error code to the error object.Jesper Hansen
2014-02-26Allow for a default in reflog messagesCarlos Martín Nieto
2014-02-26Add a few reference utility functionsCarlos Martín Nieto
2014-02-23Merge pull request #55 from lye/add-is-x-reference-methodsCarlos Martín Nieto
2014-02-23Merge commit 'refs/pull/53/head' of github.com:libgit2/git2goCarlos Martín Nieto
2014-02-20Add Is$Type methods to Reference.lye
2014-01-29update git2go to support latest libgit2 development commit (id: 66af84)Aidan Nulman
2013-12-18Lock the OS thread when acessing errorsCarlos Martín Nieto
2013-11-14Don't repeat the pkg-config lineCarlos Martín Nieto
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-05-23Implement a reference iteratorCarlos Martín Nieto
2013-03-07Wrap immutable refsCarlos Martín Nieto