summaryrefslogtreecommitdiff
path: root/tree.go
AgeCommit message (Expand)Author
2021-09-30Allow skipping an entry expansion in `tree.Walk()` (#838)lhchavez
2021-09-05The big Callback type adjustment of 2020lhchavez
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2020-12-05Refactor all callbacks (#700)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2019-11-17Fixes #513 - Segfault during tree walkDinesh Bolkensteyn
2018-02-09tree: keep tree receiver alive as long as dependent entry is usedSteffen Prohaska
2017-07-08Add Objecer interfaceCarlos Martín Nieto
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2017-04-13Merge pull request #365 from AaronO/fix/memleak-tree-entrybynameCarlos Martín Nieto
2017-02-25Remove unnecessary C.git_tree_entry_free calls ...Aaron O'Mullan
2017-02-24Fix memleaks in Tree.EntryBy(Name/Path/Index), fixes #313Aaron O'Mullan
2016-02-17Use Filemode in TreeBuilder.Insert, and add test coverage for someHan-Wen Nienhuys
2015-08-04Move from an Object interface to a typeCarlos Martín Nieto
2015-07-24Find tree entry by idCalin Seciu
2015-05-22tree: use correct C callback signaturePatrick Steinhardt
2015-05-22handles: panic when we cannot retrieve handle dataPatrick Steinhardt
2015-05-22tree: use HandleList for C function callbacks.Patrick Steinhardt
2014-12-18Update libgit2David Calavera
2014-12-11Remove useless includesCarlos Martín Nieto
2014-10-20Use Filemode type in TreeEntry and IndexEntryRyan Dahl
2014-09-03Update clone options to be in sync with libgit2 master.David Calavera
2014-04-01Adjust to Go tip changesCarlos Martín Nieto
2014-03-07add blob chunk creation, creation of tree builders for specific trees, minor ...Jesse Ezell
2014-02-26Convert the rest of the errorsCarlos Martín Nieto
2014-02-26Added git error code to the error object.Jesper Hansen
2013-12-18Lock the OS thread when acessing errorsCarlos Martín Nieto
2013-09-12Give each const group a typeCarlos Martín Nieto
2013-09-12Tree: add EntryByPathCarlos Martín Nieto
2013-09-09Add Filemode to TreeEntryCarlos Martín Nieto
2013-04-26Use ObjectType in TreeEntryAxel Wagner
2013-04-18Ok, now with shared base objectVicent Marti
2013-04-16Take 2 on polymorphismVicent Marti
2013-03-08TreeEntry: use Id instead of OidCarlos Martín Nieto
2013-03-06Free Git objects via finalizers or manuallyCarlos Martín Nieto
2013-03-05Initial commitVicent Marti