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
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
2014-02-21Address PR commentsRussell Belfer
2014-02-08Fix some Windows warningsRussell Belfer
2014-02-04Fix typo setting sorted flag when reloading indexRussell Belfer
2014-02-04Convert pqueue to just be a git_vectorRussell Belfer
2014-01-30Rename conflict to collision to prevent confusionRussell Belfer
2014-01-30Give index_isrch the same semantics as index_srchEdward Thomson
2014-01-30index: Implement folder-file checksVicent Marti
2014-01-30index: Compare with given lenVicent Marti
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
2013-12-11One more rename/cleanup for callback err functionsRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Further EUSER and error propagation fixesRussell Belfer
2013-11-19index: Free the index on git_index_open() failurenulltoken
2013-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-11-01Convert git_index_read to have a "force" flagRussell Belfer
2013-11-01Make diff and status perform soft index reloadRussell Belfer
2013-10-09Merge pull request #1886 from libgit2/precompose-utf8Vicent Martí
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-10-04index: Make _read() cope with index file creationnulltoken
2013-09-24Clean up newly introduced warningsRussell Belfer
2013-09-19Fix warningLinquize
2013-09-05Add more file mode permissions macrosRussell Belfer
2013-08-19index: report when it's lockedCarlos Martín Nieto
2013-08-08Fixes to safely reading the indexEdward Thomson
2013-07-25Fix rename detection to use actual blob sizeRussell Belfer
2013-07-15index: fix potential memory leaksRémi Duraffort
2013-07-10Add API to get path to index fileRussell Belfer
2013-07-10Add public API for pathspec matchingRussell Belfer
2013-07-03Be more thread aware with some index updatesRussell Belfer
2013-06-20Add status flags to force output sort orderRussell Belfer
2013-06-20Add tests and fix use of freed memoryRussell Belfer
2013-06-20Add index pathspec-based operationsRussell Belfer
2013-06-17Make index_insert keep existing caseRussell Belfer
2013-06-12util: It's called `memzero`Vicent Marti
2013-06-12Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti
2013-06-11Fix some memory leaksRussell Belfer
2013-06-07Add safe memset and use itRussell Belfer
2013-06-01Make git_index_read_tree preserve stat cacheRussell Belfer
2013-06-01Zero memory for major objects before freeingRussell Belfer
2013-05-31improve test for index extension truncationEdward Thomson
2013-05-24Ensure reuc vector is always validRussell Belfer
2013-05-18introduce git_conflict_iteratorEdward Thomson
2013-05-16Ensure reuc vector is always validRussell Belfer