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
2016-03-24iterators: refactored tree iteratorEdward Thomson
2016-03-24repo::iterator: don't go out of boundsEdward Thomson
2016-03-24git_object_dup: introduce typesafe versionsEdward Thomson
2016-03-24iterator: disambiguate reset and reset_rangeEdward Thomson
2016-03-24iterator: drop unused/unimplemented `seek`Edward Thomson
2016-03-24status: update test to include valid OIDEdward Thomson
2016-03-23Merge pull request #3707 from sschuberth/masterEdward Thomson
2016-03-23CMakeLists: Show the pointer size for an unsupported architectureSebastian Schuberth
2016-03-23array: fix search for empty arraysCarlos Martín Nieto
2016-03-23Merge pull request #3704 from ethomson/tree-reuseCarlos Martín Nieto
2016-03-23Merge pull request #3502 from libgit2/cmn/createblob-streamCarlos Martín Nieto
2016-03-22blob: remove _fromchunks()Carlos Martín Nieto
2016-03-22CHANGELOG: add a note about _fromstream() and _fromstream_commit()Carlos Martín Nieto
2016-03-22blob: fix fromchunks iteration counterCarlos Martín Nieto
2016-03-22blob: introduce creating a blob by writing into a streamCarlos Martín Nieto
2016-03-22filebuf: allow using a custom buffer sizeCarlos Martín Nieto
2016-03-22tree: drop the now-unnecessary entries vectorEdward Thomson
2016-03-22Merge pull request #3559 from yongthecoder/masterCarlos Martín Nieto
2016-03-22Merge pull request #3701 from jfultz/fix-0.24.0-changelogCarlos Martín Nieto
2016-03-22Merge pull request #3702 from libgit2/cmn/tree-reuseEdward Thomson
2016-03-20tree: store the entries in a growable arrayCarlos Martín Nieto
2016-03-20tree: re-use the id and filename in the odb objectCarlos Martín Nieto
2016-03-18Fix some errors I found in the changelog for 0.24.0John Fultz
2016-03-18Merge pull request #3699 from libgit2/cmn/win32-free-tlsEdward Thomson
2016-03-18win32: free thread-local data on thread exitCarlos Martin Nieto
2016-03-18Merge pull request #3660 from mstrap/mingwEdward Thomson
2016-03-17Merge pull request #3564 from ethomson/merge_driversCarlos Martín Nieto
2016-03-17Merge pull request #3695 from ethomson/contributingCarlos Martín Nieto
2016-03-17CONTRIBUTING: document the optional testsEdward Thomson
2016-03-17merge drivers: handle configured but not found driverEdward Thomson
2016-03-17merge driver: remove `check` callbackEdward Thomson
2016-03-17merge driver: improve inline documentationEdward Thomson
2016-03-17merge driver: correct global initializationEdward Thomson
2016-03-17merge driver: get a pointer to favorEdward Thomson
2016-03-17merge driver: correct indentationEdward Thomson
2016-03-17merge driver: tests for set and unset merge attributeEdward Thomson
2016-03-17merge driver: tests for custom default merge driversEdward Thomson
2016-03-17merge driver: allow custom default driverEdward Thomson
2016-03-17merge driver: test GIT_EMERGECONFLICTEdward Thomson
2016-03-17merge driver: test GIT_PASSTHROUGHEdward Thomson
2016-03-17merge driver: introduce custom merge driversEdward Thomson
2016-03-17Fix rebase bug and include test for merge=unionStan Hu
2016-03-17Support union merges via .gitattributes fileStan Hu
2016-03-17Merge pull request #3673 from libgit2/cmn/commit-with-signatureEdward Thomson
2016-03-17Merge pull request #3685 from pks-t/pks/memleaksEdward Thomson
2016-03-17Merge pull request #3687 from mstrap/CMAKE_C_FLAGS_DEBUGEdward Thomson
2016-03-17Merge pull request #3693 from libgit2/cmn/extract-oneline-sigEdward Thomson
2016-03-17commit: fix extraction of single-line signaturesCarlos Martín Nieto
2016-03-17Merge pull request #3690 from libgit2/cmn/pool-limitEdward Thomson
2016-03-16Split the page size from the mmap alignmentCarlos Martín Nieto