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-06-26Only write index if updated when passing GIT_DIFF_UPDATE_INDEXPierre-Olivier Latour
2015-06-24stash: save the workdir file when deleted in indexEdward Thomson
2015-06-23git_diff__merge: allow pluggable diff mergesEdward Thomson
2015-06-20diff: preserve original mode in the indexEdward Thomson
2014-05-02Remove trace / add git_diff_perfdata struct + apiRussell Belfer
2014-05-02Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer
2014-05-02Add diff option to update index stat cacheRussell Belfer
2014-05-02Lay groundwork for updating stat cache in diffRussell Belfer
2014-05-02Add build option for diff internal statisticsRussell Belfer
2014-04-15Introduce git_diff_format_email and git_diff_commit_as_emailJacques Germishuys
2014-01-25diff: rename the file's 'oid' to 'id'Carlos Martín Nieto
2013-11-02Fix --assume-unchanged supportRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-08-08Merge pull request #1738 from libgit2/diff-patch-content-sizeBen Straub
2013-07-25Make rename detection file size fix betterRussell Belfer
2013-07-24Add hunk/file headers to git_diff_patch_sizeRussell Belfer
2013-07-10Add git_pathspec_match_diff APIRussell Belfer
2013-06-17More tests and bug fixes for status with renameRussell Belfer
2013-06-17Improve case handling in git_diff__paired_foreachRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-05-24More diff rename tests; better split swap handlingRussell Belfer
2013-05-22Significant rename detection rewriteRussell Belfer
2013-05-07Add GIT_DIFF_LINE_CONTEXT_EOFNLRussell Belfer
2013-05-01renames!Edward Thomson
2013-02-21Replace diff delta binary with flagsRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-12-11Clean up iterator APIsRussell Belfer
2012-12-01Deploy GITERR_CHECK_VERSIONBen Straub
2012-12-01Deploy GIT_DIFF_OPTIONS_INITBen Straub
2012-11-10Fix various cross-platform build issuesRussell Belfer
2012-11-10Some diff refactorings to help code reuseRussell Belfer
2012-10-30Move rename detection into new fileRussell Belfer
2012-10-24Initial implementation of diff rename detectionRussell Belfer
2012-10-18Fix minor bugsRussell Belfer
2012-09-26Add const to all shared pointers in diff APIRussell Belfer
2012-09-26Fix bugs in new diff patch codeRussell Belfer
2012-09-26Initial implementation of new diff patch APIRussell Belfer
2012-09-10Replace git_diff_iterator_num_files with progressRussell Belfer
2012-09-07Implement filters for status/diff blobsRussell Belfer
2012-09-06Diff iteratorsRussell Belfer
2012-06-08Fix filemode comparison in diffsRussell Belfer
2012-05-03Fix usage of "new" for fieldname in public headerRussell Belfer
2012-04-26diff: fix generation of the header of a removal patchnulltoken
2012-04-25Convert attrs and diffs to use string poolsRussell Belfer
2012-04-14Add support for pathspec to diff and statusRussell Belfer
2012-03-31Improve config handling for diff,submodules,attrsRussell Belfer
2012-03-26Eliminate hairy COITERATE macroRussell Belfer
2012-03-21Reimplment git_status_foreach using git diffRussell Belfer
2012-03-03Update diff to use iteratorsRussell Belfer
2012-03-03First pass of diff index to workdir implementationRussell Belfer