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
2015-05-28conflict tests: use GIT_IDXENTRY_STAGE_SETEdward Thomson
2015-01-04Plug a couple of leaksCarlos Martín Nieto
2014-12-27treebuilder: rename _create() to _new()Carlos Martín Nieto
2014-12-17treebuilder: take a repository for path validationEdward Thomson
2014-11-22peel: reject bad queries with EINVALIDSPECCarlos Martín Nieto
2014-09-16Factor 40 and 41 constants from source.Ciro Santilli
2014-08-18oid: Export `git_oid_tostr_s` instead of `_allocfmt`Vicent Marti
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-06-10treebuilder: use a map instead of vector to store the entriesCarlos Martín Nieto
2014-06-07Win32: Fix object::cache::threadmania test on x64Philip Kelley
2014-05-18message: don't assume the comment charCarlos Martín Nieto
2014-05-12Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer
2014-05-08Be more careful with user-supplied buffersRussell Belfer
2014-05-07Add filter options and ALLOW_UNSAFERussell Belfer
2014-04-30commit: safer commit creation with reference updateCarlos Martín Nieto
2014-03-10Add failing test for git_object_short_idJiri Pospisil
2014-03-05Add git_object_short_id API to get short id stringRussell Belfer
2014-02-08Add git_commit_amend APIRussell Belfer
2014-02-06Merge pull request #2027 from libgit2/rb/only-windows-is-windowsBen Straub
2014-01-27Merge pull request #2075 from libgit2/cmn/leftover-oidVicent Marti
2014-01-27messsage: use git_buf in prettify()Carlos Martín Nieto
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
2014-01-04Further tree building tests with hard pathsRussell Belfer
2014-01-04Tree accessor tests with hard path namesRussell Belfer
2013-12-13Add git_treebuilder_insert test and clarify docRussell Belfer
2013-12-11Update git_blob_create_fromchunks callback behavrRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-11-15Rename tests-clar to testsBen Straub