summaryrefslogtreecommitdiff
path: root/include/git2/tree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6168 from punkymaniac/patch-documentation-2Edward Thomson2022-01-171-0/+1
|\
| * Add documentation about parameter and return valuepunkymaniac2022-01-091-0/+1
* | Fix typosDimitris Apostolou2022-01-051-1/+1
|/
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-2/+2
* Add some missing documentation about return valuepunkymaniac2021-06-021-0/+2
* tree: deprecate `git_treebuilder_write_with_buffer`Edward Thomson2021-03-041-14/+0
* tree functions: return an intEdward Thomson2020-01-241-2/+4
* tree: return `size_t` for treebuilder entrycountEdward Thomson2019-06-241-1/+1
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-2/+2
* object_type: update public API to use git_object_tEdward Thomson2018-12-011-1/+1
* docs: git_treebuilder_insert validates entriesethomson/treebuilder_docsEdward Thomson2017-12-311-3/+4
* parameter 'id' not found in the function declarationEtienne Samson2017-01-231-1/+1
* write_tree: use shared buffer for writing treesMichael Tesch2016-12-121-0/+13
* Introduce a function to create a tree based on a different onecmn/tree-updateCarlos Martín Nieto2016-05-171-0/+46
* git_object_dup: introduce typesafe versionsEdward Thomson2016-03-231-0/+9
* treebuilder: rename _create() to _new()cmn/treebuilder-newCarlos Martín Nieto2014-12-271-1/+1
* treebuilder: take a repository for path validationEdward Thomson2014-12-171-3/+3
* treebuilder: don't keep removed entries aroundCarlos Martín Nieto2014-06-101-3/+5
* treebuilder: use a map instead of vector to store the entriesCarlos Martín Nieto2014-06-101-1/+1
* Fixed miscellaneous documentation errors.Michael Anderson2014-05-231-1/+1
* 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