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
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
2013-05-16Merge pull request #1588 from arrbee/fixes-for-checkout-and-diffVicent Martí
2013-05-16Use GIT_IDXENTRY_STAGE macroRussell Belfer
2013-05-16Fix checkout of submodules with no .gitmodulesRussell Belfer
2013-05-16Fix trailing whitespacesnulltoken
2013-05-06Merge pull request #1526 from arrbee/cleanup-error-return-without-msgVicent Martí
2013-05-03fix some leaksEdward Thomson
2013-05-02Fix some compile warnings and trailing whitespaceRussell Belfer
2013-05-01merge: Warning noiseVicent Marti
2013-05-01Make sure error messages get setRussell Belfer
2013-05-01move NAME and REUC extensions to sys/Edward Thomson
2013-05-01renames!Edward Thomson
2013-05-01merge!Edward Thomson
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-23Use config cache where possibleRussell Belfer
2013-04-19Fix uninitialized var warningsRussell Belfer
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-07Make iterator APIs consistent with standardsRussell Belfer
2013-03-05Merge pull request #1380 from phkelley/index_icaseVicent Martí
2013-03-05clear REUC on checkoutEdward Thomson