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-14index: include TYPECHANGE in the diffCarlos Martín Nieto
2015-05-11index: introduce git_index_read_indexEdward Thomson
2015-04-21Fix index-adding functions to know when to trust filemodes.John Fultz
2015-03-11Merge commit 'refs/pull/2879/head' of ssh://github.com/libgit2/libgit2Carlos Martín Nieto
2015-03-03reset: remove reflog message overrideCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-25Add API to add a memory buffer to an indexDamien PROFETA
2015-02-14git_indexwriter: lock then write the indexEdward Thomson
2014-12-18index tests: test capitalization before mkdirEdward Thomson
2014-12-18Plug leaksCarlos Martín Nieto
2014-12-18Create miscapitialised dirs for case-sensitive filesystemsCarlos Martín Nieto
2014-12-17treebuilder: take a repository for path validationEdward Thomson
2014-12-16index: Check for valid paths before creating an index entryVicent Marti
2014-12-05Spelling fixesWill Stamper
2014-10-27Clean up some memory leaksEdward Thomson
2014-10-22tree-cache: correct the entry_count calculationCarlos Martín Nieto
2014-10-10index: make sure to write cached subtrees if parent is invalidatedCarlos Martín Nieto
2014-10-10index: write out the tree cache extensionCarlos Martín Nieto
2014-10-10index: add tests for the tree cacheCarlos Martín Nieto
2014-08-03Allow to propagate checkout callbacks to git HARD resetSven Strickroth
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-06-03Plug a leak in the testsCarlos Martín Nieto
2014-05-22index: check for valid filemodes on addCarlos Martín Nieto
2014-05-20Make core.safecrlf work on LF-ending platformsRussell Belfer
2014-04-18Some vector utility tweaksRussell Belfer
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-02-24Staticize file-local variablesBen Straub
2014-02-10Tests for crlf filtering into the repositoryEdward Thomson
2014-02-08Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer
2014-02-04Fix typo setting sorted flag when reloading indexRussell Belfer
2014-02-04Convert pqueue to just be a git_vectorRussell Belfer
2014-02-04Add reflog parameters to git_resetBen Straub
2014-02-04Reset helpers: use revparse insteadBen Straub
2014-01-30More index collision testsEdward Thomson
2014-01-30Add test for blob/tree name collisions in indexRussell Belfer
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
2013-12-11More improvements to callback return value testsRussell Belfer
2013-11-19tests: Drop unrelated commentnulltoken
2013-11-19tree-cache: Don't segfault upon corruptionnulltoken
2013-11-15Rename tests-clar to testsBen Straub