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
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