summaryrefslogtreecommitdiff
path: root/include/git2/tree.h
Commit message (Expand)AuthorAgeFilesLines
* tree: remove legacy 'oid' namingCarlos Martín Nieto2014-01-251-3/+3
* Align git_tree_entry_dup.Arthur Schreiber2014-01-141-3/+4
* Add git_treebuilder_insert test and clarify docRussell Belfer2013-12-121-2/+9
* tree: allow retrieval of raw attributesCarlos Martín Nieto2013-10-081-0/+11
* Small grammar fix in docsAndy Lindeman2013-07-151-1/+1
* Fixed most documentation header bugsAndreas Linde2013-06-241-4/+4
* Add cat-file example and increase const use in APIRussell Belfer2013-05-161-3/+3
* Standardize cast versions of git_object accessorsRussell Belfer2013-04-291-15/+5
* Added git_treebuilder_entrycountJohn Wiegley2013-01-281-0/+8
* Add git_tree_entry_cmp and git_tree_entry_icmpRussell Belfer2013-01-151-0/+9
* update copyrightsEdward Thomson2013-01-081-1/+1
* Clean up iterator APIsRussell Belfer2012-12-101-0/+8
* Fix up some missing consts in tree & indexRussell Belfer2012-11-271-10/+7
* API updates for index.hBen Straub2012-11-271-1/+1
* API review / update for tree.hRussell Belfer2012-11-271-92/+117
* index: Add git_index_write_treeVicent Marti2012-11-011-18/+0
* Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-2/+2
* tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken2012-08-211-2/+2
* filemode: deploy enum usagenulltoken2012-08-211-2/+2
* treebuilder: enhance attributes handling on insertionnulltoken2012-08-191-1/+7
* tree: allow the user to skip an entry or cancel the walkCarlos Martín Nieto2012-08-131-2/+3
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-0/+11
|\
| * Fix git_tree_walk to return user errorRussell Belfer2012-07-261-0/+11
* | portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-2/+2
|/
* tree: Rename `entry_copy` to `entry_dup`tree-entry-by-pathVicent Marti2012-06-291-2/+2
* tree: Bring back `entry_bypath`Vicent Marti2012-06-291-14/+53
* Fix spelling errors.Bruce Mitchener2012-05-191-2/+2
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-9/+8
* tree: Naming conventionsVicent Martí2012-05-161-1/+1
* tree: Kill the `git_tree_diff` functionsVicent Martí2012-05-161-34/+0
* Add missing GIT_EXTERN declarationsSascha Cunz2012-05-141-2/+2
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-021-6/+0
* Clean up diff implementation for reviewRussell Belfer2012-03-021-4/+5
* Implement diff lists and formattersRussell Belfer2012-03-021-0/+5
* 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
|\