summaryrefslogtreecommitdiff
path: root/include/git2/tree.h
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright headerschu2012-02-131-1/+1
* tree: recursive diff-indexVicent Marti2011-12-031-0/+1
* tree: implement tree diffingCarlos Martín Nieto2011-12-031-0/+34
* Rename all `_close` methodsVicent Marti2011-11-261-4/+4
* tree: Fix documentationVicent Marti2011-11-221-1/+2
* tree: Add payload to `git_tree_walk`Vicent Marti2011-11-181-2/+2
* Rename `git_tree_frompath` to `git_tree_get_subtree`Vicent Marti2011-11-181-7/+7
* tree: Add traversal in post-orderVicent Marti2011-10-271-0/+30
* tree: Fix name lookups once and for allVicent Marti2011-10-201-6/+0
* tree: Fix lookups by entry nameVicent Marti2011-10-191-0/+6
* tree: Add git_tree_frompath() which, given a relative path to a tree entry, r...nulltoken2011-10-131-0/+14
* Cleanup legal dataVicent Marti2011-09-191-22/+4
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-6/+6
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-1/+1
* Merge pull request #240 from Romain-Geissler/tree-object-typeVicent Martí2011-06-061-0/+8
|\
| * Tree: Added a function that returns the type of a tree entry.Romain Geissler2011-06-061-0/+8
* | Merge pull request #239 from pegonma/oid_prefixVicent Martí2011-06-061-0/+17
|\ \
| * | Added methods to search objects of different typesMarc Pegon2011-06-061-0/+17
| |/
* | Tree: API uniformasation: Use unsigned int for all index number.Romain Geissler2011-06-051-2/+2
|/
* Build & write custom trees in memoryVicent Marti2011-04-041-6/+111
* Fix the git_tree_write implementationVicent Marti2011-04-041-10/+16
* New external API method: `git_tree_create`Sarath Lakshman2011-04-031-0/+12
* Do not return on `void` helper methodsVicent Marti2011-03-231-1/+1
* Add close wappers for commit, tree, tag and blobCarlos Martín Nieto2011-03-231-0/+18
* I broke your bindingsVicent Marti2011-03-201-107/+9
* Change interface for Tree Index attr (always unsigned)Vicent Marti2011-03-051-1/+2
* Check for valid range of attributes for tree entrySakari Jokinen2011-03-051-1/+1
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-031-0/+222