Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2018-12-01object_type: update public API to use git_object_tEdward Thomson
2017-12-31docs: git_treebuilder_insert validates entriesEdward Thomson
2017-01-23parameter 'id' not found in the function declarationEtienne Samson
2016-12-12write_tree: use shared buffer for writing treesMichael Tesch
2016-05-17Introduce a function to create a tree based on a different oneCarlos Martín Nieto
2016-03-24git_object_dup: introduce typesafe versionsEdward Thomson
2014-12-27treebuilder: rename _create() to _new()Carlos Martín Nieto
2014-12-17treebuilder: take a repository for path validationEdward Thomson
2014-06-10treebuilder: don't keep removed entries aroundCarlos Martín Nieto
2014-06-10treebuilder: use a map instead of vector to store the entriesCarlos Martín Nieto
2014-05-23Fixed miscellaneous documentation errors.Michael Anderson
2014-01-25tree: remove legacy 'oid' namingCarlos Martín Nieto
2014-01-15Align git_tree_entry_dup.Arthur Schreiber
2013-12-13Add git_treebuilder_insert test and clarify docRussell Belfer
2013-10-08tree: allow retrieval of raw attributesCarlos Martín Nieto
2013-07-16Small grammar fix in docsAndy Lindeman
2013-06-24Fixed most documentation header bugsAndreas Linde
2013-05-16Add cat-file example and increase const use in APIRussell Belfer
2013-04-30Standardize cast versions of git_object accessorsRussell Belfer
2013-01-29Added git_treebuilder_entrycountJohn Wiegley
2013-01-15Add git_tree_entry_cmp and git_tree_entry_icmpRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-12-11Clean up iterator APIsRussell Belfer
2012-11-28Fix up some missing consts in tree & indexRussell Belfer
2012-11-28API updates for index.hBen Straub
2012-11-28API review / update for tree.hRussell Belfer
2012-11-01index: Add git_index_write_treeVicent Marti
2012-10-09Add complex checkout test and then fix checkoutRussell Belfer
2012-08-22tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken
2012-08-22filemode: deploy enum usagenulltoken
2012-08-19treebuilder: enhance attributes handling on insertionnulltoken
2012-08-13tree: allow the user to skip an entry or cancel the walkCarlos Martín Nieto
2012-08-06Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti
2012-07-27Fix git_tree_walk to return user errorRussell Belfer
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-06-29tree: Rename `entry_copy` to `entry_dup`tree-entry-by-pathVicent Marti
2012-06-29tree: Bring back `entry_bypath`Vicent Marti
2012-05-19Fix spelling errors.Bruce Mitchener
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-16tree: Naming conventionsVicent Martí
2012-05-16tree: Kill the `git_tree_diff` functionsVicent Martí
2012-05-14Add missing GIT_EXTERN declarationsSascha Cunz
2012-03-03Revert GIT_STATUS constants to avoid issuesRussell Belfer
2012-03-03Clean up diff implementation for reviewRussell Belfer
2012-03-03Implement diff lists and formattersRussell Belfer
2012-02-13Update Copyright headerschu
2011-12-03tree: recursive diff-indexVicent Marti
2011-12-03tree: implement tree diffingCarlos Martín Nieto