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
2016-03-08Merge commit 'ab8e88a96b5b9e1a59a6f8742fe0136b13158717' into xs-6.0-v2xs-6.0-v2Marius Ungureanu
2016-02-23diff_tform: fix potential NULL pointer accessPatrick Steinhardt
2016-01-25Introduce git_blame_options diff find configurabilityxs-6.0-v1Ungureanu Marius
2015-10-28pool: Simplify implementationVicent Marti
2015-06-24stash: save the workdir file when deleted in indexEdward Thomson
2015-06-23git_diff__merge: allow pluggable diff mergesEdward Thomson
2015-06-23diff_tform: remove reversed copy of delta mergerEdward Thomson
2015-06-23Explicitly handle GIT_DELTA_CONFLICTED in git_diff_merge()Pierre-Olivier Latour
2015-06-10Fixed handling of GIT_DELTA_CONFLICTED in git_diff_find_similar()Pierre-Olivier Latour
2015-03-31Make sure to also update delta->nfiles when merging diffsPierre-Olivier Latour
2015-03-04Plug a few leaksCarlos Martín Nieto
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2015-01-14Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small f...Pierre-Olivier Latour
2014-10-27Removed some useless variable assignmentsPierre-Olivier Latour
2014-10-01hashsig: Export as a `sys` headerVicent Marti
2014-05-20Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers
2014-05-02Add build option for diff internal statisticsRussell Belfer
2014-02-25Use a portable castBen Straub
2014-02-24Avoid casting warningBen Straub
2014-01-25diff: rename the file's 'oid' to 'id'Carlos Martín Nieto
2014-01-23Sometimes a zero byte file is just a zero byte fileEdward Thomson
2013-12-13Cleanups, renames, and leak fixesRussell Belfer
2013-12-12Fix up some valgrind leaks and warningsRussell Belfer
2013-12-11Add git_vector_free_allRussell Belfer
2013-12-11Add config read fns with controlled error behaviorRussell Belfer
2013-12-11Check version earlierBen Straub
2013-12-07Don't clobber whitespace settingsBen Straub
2013-12-06Don't use weird return codesBen Straub
2013-12-06Implement GIT_DIFF_FIND_BY_CONFIGBen Straub
2013-12-03GIT_DIFF_FIND_REMOVE_UNMODIFIED sounds betterRussell Belfer
2013-12-03Add GIT_DIFF_FIND_DELETE_UNMODIFIED flagRussell Belfer
2013-12-03Fix bug making split deltas a COPIED targetsRussell Belfer
2013-11-01More tests and fixed for merging reversed diffsRussell Belfer
2013-11-01Fix some of the glaring errors in GIT_DIFF_REVERSERussell Belfer
2013-10-21Tweak to git_diff_delta structure for nfilesRussell Belfer
2013-10-16Diff API cleanupRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-09-03Merge pull request #1804 from ethomson/rewritesVicent Martí
2013-08-28Split rewrites, status doesn't return rewritesEdward Thomson
2013-08-23Trying to fix Win32 warningsRussell Belfer
2013-08-05Update rename src map for any split srcRussell Belfer
2013-08-01Major rename detection changesRussell Belfer
2013-07-25Fix rename detection to use actual blob sizeRussell Belfer
2013-07-25Make rename detection file size fix betterRussell Belfer
2013-07-25Fix rename detection for tree-to-tree diffsRussell Belfer
2013-07-25Fix incorrect commentRussell Belfer
2013-07-25Don't check rename if file size difference is hugeRussell Belfer
2013-07-18don't include ignored as rename candidatesEdward Thomson
2013-06-29Fix compilation warningsnulltoken