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
2013-10-08tree: allow retrieval of raw attributesCarlos Martín Nieto
2013-09-13Fix memory leak in git_tree_walk on error or when stopping the walk from the ...wilke
2013-09-13Prevent git_tree_walk 'skip entry' callback return code from leaking through ...wilke
2013-09-06Better macro name for is-exec-bit-set testRussell Belfer
2013-09-05Add more file mode permissions macrosRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-05-16Add cat-file example and increase const use in APIRussell Belfer
2013-05-02clarify error propogationRussell Belfer
2013-04-30object: Explicitly define helper API methods for all obj typesVicent Marti
2013-04-30Some cleanupsRussell Belfer
2013-04-30Standardize cast versions of git_object accessorsRussell Belfer
2013-04-22clean up tree pointer castingRussell Belfer
2013-04-22Simplify object table parse functionsRussell Belfer
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-04-22Use git_odb_object_data/_size whereever possibleRussell Belfer
2013-04-22What has science done.Vicent Marti
2013-04-18treebuilder: don't overwrite the error messageCarlos Martín Nieto
2013-03-15Improved tree iterator internalsRussell Belfer
2013-03-02Rename function to __ prefixPhilip Kelley
2013-03-02Disable ignore_case when writing the index to a treePhilip Kelley
2013-02-20Some code cleanups in tree.cRussell Belfer
2013-02-20Store treebuilder length separately from entries vecRussell Belfer
2013-02-05Fix MSVC compilation warningsnulltoken
2013-01-30Merge pull request #1285 from phkelley/vectorRussell Belfer
2013-01-29Added git_treebuilder_entrycountJohn Wiegley
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-15Add git_tree_entry_cmp and git_tree_entry_icmpRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-12-11Fix iterator reset and add reset rangesRussell Belfer
2012-12-11Clean up iterator APIsRussell Belfer
2012-12-07tree: relax the filemode parserCarlos Martín Nieto
2012-11-29Merge pull request #1090 from arrbee/ignore-invalid-by-defaultVicent Martí
2012-11-28Fix warnings on Win64 buildRussell 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-20Minor optimization to tree entry validity checkRussell Belfer
2012-11-19Catch invalid filenames in append_entry()Scott J. Goldman
2012-11-19Prevent creating `..`, `.`, and `.git` with tree builderScott J. Goldman
2012-11-09index: prevent tree creation from a non merged statenulltoken
2012-11-01index: Fix testsVicent Marti
2012-11-01index: Add git_index_write_treeVicent Marti
2012-10-30index refactoringEdward Thomson
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-13tree: bring back the documented behaviour for a walkCarlos Martín Nieto
2012-08-06Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti