summaryrefslogtreecommitdiff
path: root/src/git/tree.h
Commit message (Expand)AuthorAgeFilesLines
* Change the library include fileVicent Marti2010-12-061-178/+0
* Change include structure for the projectVicent Marti2010-12-061-8/+1
* Improve error handlingVicent Marti2010-11-051-5/+9
* Change /* to /** at the start of comment blocks in public api so doxygenBenjamin C Meyer2010-10-251-1/+1
* Fix spelling mistakes in the documentation.Benjamin C Meyer2010-10-251-1/+1
* Remove whitespace from the end of the line in documentation.Benjamin C Meyer2010-10-251-3/+3
* Fix issue 3 (memory corruption resize_tree_array)Vicent Marti2010-10-081-1/+2
* Add write-back support for git_treeVicent Marti2010-09-211-6/+78
* Add support for in-memory objectsVicent Marti2010-09-201-0/+12
* Give object structures more descriptive namesVicent Marti2010-09-191-2/+2
* Fix: do not export custom types in the extern APIVicent Marti2010-09-091-1/+1
* Finish the tree object APIVicent Marti2010-08-121-0/+56
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-121-16/+5
* Add parsing of tree file contents.Vicent Marti2010-07-151-0/+12
* Add support for tree objects in revision poolsVicent Marti2010-07-151-0/+39