index
:
go.wit.com/lib/libgit2.git
devel
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tree.go
Age
Commit message (
Expand
)
Author
2021-09-30
Allow skipping an entry expansion in `tree.Walk()` (#838)
lhchavez
2021-09-05
The big Callback type adjustment of 2020
lhchavez
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2020-12-05
Refactor all callbacks (#700)
lhchavez
2020-12-05
Mark some symbols to be deprecated #minor (#698)
lhchavez
2019-11-17
Fixes #513 - Segfault during tree walk
Dinesh Bolkensteyn
2018-02-09
tree: keep tree receiver alive as long as dependent entry is used
Steffen Prohaska
2017-07-08
Add Objecer interface
Carlos Martín Nieto
2017-07-08
Third round of keep-alive aditions
Carlos Martín Nieto
2017-04-13
Merge pull request #365 from AaronO/fix/memleak-tree-entrybyname
Carlos Martín Nieto
2017-02-25
Remove unnecessary C.git_tree_entry_free calls ...
Aaron O'Mullan
2017-02-24
Fix memleaks in Tree.EntryBy(Name/Path/Index), fixes #313
Aaron O'Mullan
2016-02-17
Use Filemode in TreeBuilder.Insert, and add test coverage for some
Han-Wen Nienhuys
2015-08-04
Move from an Object interface to a type
Carlos Martín Nieto
2015-07-24
Find tree entry by id
Calin Seciu
2015-05-22
tree: use correct C callback signature
Patrick Steinhardt
2015-05-22
handles: panic when we cannot retrieve handle data
Patrick Steinhardt
2015-05-22
tree: use HandleList for C function callbacks.
Patrick Steinhardt
2014-12-18
Update libgit2
David Calavera
2014-12-11
Remove useless includes
Carlos Martín Nieto
2014-10-20
Use Filemode type in TreeEntry and IndexEntry
Ryan Dahl
2014-09-03
Update clone options to be in sync with libgit2 master.
David Calavera
2014-04-01
Adjust to Go tip changes
Carlos Martín Nieto
2014-03-07
add blob chunk creation, creation of tree builders for specific trees, minor ...
Jesse Ezell
2014-02-26
Convert the rest of the errors
Carlos Martín Nieto
2014-02-26
Added git error code to the error object.
Jesper Hansen
2013-12-18
Lock the OS thread when acessing errors
Carlos Martín Nieto
2013-09-12
Give each const group a type
Carlos Martín Nieto
2013-09-12
Tree: add EntryByPath
Carlos Martín Nieto
2013-09-09
Add Filemode to TreeEntry
Carlos Martín Nieto
2013-04-26
Use ObjectType in TreeEntry
Axel Wagner
2013-04-18
Ok, now with shared base object
Vicent Marti
2013-04-16
Take 2 on polymorphism
Vicent Marti
2013-03-08
TreeEntry: use Id instead of Oid
Carlos Martín Nieto
2013-03-06
Free Git objects via finalizers or manually
Carlos Martín Nieto
2013-03-05
Initial commit
Vicent Marti