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
2014-12-17treebuilder: take a repository for path validationEdward Thomson
2014-06-10treentry: no need for manual size book-keepingCarlos Martín Nieto
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
2013-05-16Add cat-file example and increase const use in APIRussell Belfer
2013-04-22Simplify object table parse functionsRussell Belfer
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-04-10object: Export git_object_dupVicent Marti
2013-02-20Store treebuilder length separately from entries vecRussell Belfer
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-11-28Fix up some missing consts in tree & indexRussell Belfer
2012-11-01index: Add git_index_write_treeVicent Marti
2012-08-22filemode: deploy enum usagenulltoken
2012-06-29tree: Bring back `entry_bypath`Vicent Marti
2012-05-16tree: Naming conventionsVicent Martí
2012-05-16Ranged iterators and rewritten git_status_fileRussell Belfer
2012-03-26Fix handling of submodules in treesRussell Belfer
2012-02-13Update Copyright headerschu
2012-02-05treebuilder: remove needless variable entry_countschu
2011-12-30move entry_is_tree to tree.hClemens Buchacher
2011-09-19Cleanup legal dataVicent Marti
2011-04-04Build & write custom trees in memoryVicent Marti
2011-03-20I broke your bindingsVicent Marti
2011-03-03Implement reference counting for git_objectsVicent Marti
2011-02-05Keep the tree entries always internally sortedVicent Marti
2011-01-21Fix initialization of in-memory treesVicent Marti
2010-12-07Change the library include fileVicent Marti
2010-12-02Refactor all 'vector' functions into common codeVicent Marti
2010-10-28Fix internal memory management on the libraryVicent Marti
2010-09-21Add write-back support for git_treeVicent Marti
2010-09-19Give object structures more descriptive namesVicent Marti
2010-09-09Fix: do not export custom types in the extern APIVicent Marti
2010-08-12Finish the tree object APIVicent Marti
2010-08-12Redesigned the walking/object lookup interfaceVicent Marti
2010-07-16Add parsing of tree file contents.Vicent Marti
2010-07-16Add support for tree objects in revision poolsVicent Marti