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-28index_add_all: remove conflicts when no wd fileEdward Thomson
2015-05-28introduce `git_index_entry_is_conflict`Edward Thomson
2015-05-28index: validate mode of new conflictsEdward Thomson
2015-05-28index: remove error message in non-error removeEdward Thomson
2015-05-28conflicts: when adding conflicts, remove stagedEdward Thomson
2015-05-21git_index_add_all: don't recurse ignored dirsEdward Thomson
2015-05-21index_add_all: include untracked files in new subdirsEdward Thomson
2015-05-14index: include TYPECHANGE in the diffCarlos Martín Nieto
2015-05-14index: make add_all to act on a diffCarlos Martín Nieto
2015-05-14index: refactor diff-based update_all to match other appliesCarlos Martín Nieto
2015-05-14index: use a diff to perform update_allCarlos 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-04-04Entry argument passed to git_index_add_frombuffer() should be constPierre-Olivier Latour
2015-02-25Add API to add a memory buffer to an indexDamien PROFETA
2015-02-15Merge pull request #2831 from ethomson/merge_lockCarlos Martín Nieto
2015-02-14indexwriter: an indexwriter for repo operationsEdward Thomson
2015-02-14git_indexwriter: lock then write the indexEdward Thomson
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13overflow checking: don't make callers set oomEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2015-01-25Ensure git_index_entry is not NULL before trying to free itJacques Germishuys
2014-12-23index: reuc and name entrycounts should be size_tEdward Thomson
2014-12-16checkout: disallow bad paths on win32Edward Thomson
2014-12-16index: Check for valid paths before creating an index entryVicent Marti
2014-11-07iterator: submodules are determined by an index or treeCarlos Martín Nieto
2014-10-10index: write out the tree cache extensionCarlos Martín Nieto
2014-10-10index: fill the tree cache when reading from a treeCarlos Martín Nieto
2014-10-10tree-cache: move to use a pool allocatorCarlos Martín Nieto
2014-09-26The raw index buffer content is not guaranteed to be alignedJacques Germishuys
2014-05-22index: check for valid filemodes on addCarlos Martín Nieto
2014-05-02Lay groundwork for updating stat cache in diffRussell Belfer
2014-04-21Fix some coverity-found issuesRussell Belfer
2014-04-18Fix race checking for existing index itemsRussell Belfer
2014-04-18Attribute file cache refactorRussell Belfer
2014-04-18Fix leak in git_index_conflict_cleanupRussell Belfer
2014-04-18Clean up index snapshot function namingRussell Belfer
2014-04-18Index locking and entry allocation changesRussell Belfer
2014-04-18Decouple index iterator sort from indexRussell Belfer
2014-04-18Add mutex around index entries changesRussell Belfer
2014-04-18Add index snapshot and use it for iteratorRussell Belfer
2014-04-18Some index internals refactoringRussell Belfer
2014-04-18Some vector utility tweaksRussell Belfer
2014-04-04Merge pull request #2215 from libgit2/rb/submodule-cache-fixesVicent Marti
2014-04-03Const correctness!Jacques Germishuys
2014-04-02More tests and fix submodule index refreshRussell Belfer
2014-04-01Make submodule refresh a bit smarterRussell Belfer
2014-03-20Introduce git_merge_file for consumersEdward Thomson
2014-03-10corrected typo in error messageBrendan Forster
2014-02-24Prevent icc warningBen Straub