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-08-27vector: Teach git_vector_uniq() to free while deduplicatingnulltoken
2013-04-30Update diff handling of untracked directoriesRussell Belfer
2013-01-30Now with no multiplyPhilip Kelley
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-09update copyrightsEdward Thomson
2012-11-28Fix warnings on Win64 buildRussell Belfer
2012-11-28Fix up some missing consts in tree & indexRussell Belfer
2012-11-02Merge pull request #1014 from arrbee/diff-rename-detectionVicent Martí
2012-10-30Move rename detection into new fileRussell Belfer
2012-10-30index refactoringEdward Thomson
2012-09-17Support for core.ignorecasePhilip Kelley
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-05-16Ranged iterators and rewritten git_status_fileRussell Belfer
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-03-07Migrating diff to new error handlingRussell Belfer
2012-03-03Update diff to use iteratorsRussell Belfer
2012-02-23Fix iterators based on pull request feedbackRussell Belfer
2012-02-22Uniform iterators for trees, index, and workdirRussell Belfer
2012-02-13Update Copyright headerschu
2011-12-31Improved gitattributes macro implementationRussell Belfer
2011-12-21Add APIs for git attributesRussell Belfer
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-07-07vector: Timsort all of the thingsVicent Marti
2011-07-05vector: implement git_vector_uniq()Kirill A. Shutemov
2011-07-05vector, index: use git__msort() for vector sortingKirill A. Shutemov
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov
2011-05-11Move vector.c to the new error handlingschu
2011-03-03Fix compilation in MSVCVicent Marti
2011-03-03Implement reference counting for git_objectsVicent Marti
2011-03-03Fix searching in git_vectorVicent Marti
2011-03-03Fix warnings in vector.cVicent Marti
2011-03-03Split packed from unpacked referencesVicent Marti
2011-01-08Fixed two buffer handling errors in vector.cAlex Budovski
2010-12-07Fix type-conversion warningsVicent Marti
2010-12-02Refactor all 'vector' functions into common codeVicent Marti