summaryrefslogtreecommitdiff
path: root/include/git2/diff.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2291 from ethomson/patch_binaryVicent Marti2014-04-231-0/+4
|\
| * patch: emit binary patches (optionally)Edward Thomson2014-04-221-0/+4
* | Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-221-1/+3
* | Some doc and examples/diff.c changesRussell Belfer2014-04-221-18/+11
|/
* Introduce git_diff_format_email and git_diff_commit_as_emailJacques Germishuys2014-04-151-0/+88
* Introduce git_diff_get_stats, git_diff_stats_files_changed, git_diff_stats_in...Jacques Germishuys2014-04-151-0/+85
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+26
* Add buffer to buffer diff and patch APIsRussell Belfer2014-02-271-0/+33
* diff: change id abbrev option's name to id_abbrevCarlos Martín Nieto2014-01-251-1/+1
* diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-2/+2
* Update docs for new callback return value behaviorRussell Belfer2013-12-111-6/+6
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-4/+4
* Clarify docsBen Straub2013-12-061-3/+3
* Clarify default value and behaviorBen Straub2013-12-061-1/+5
* Introduce GIT_DIFF_FIND_BY_CONFIGBen Straub2013-12-051-0/+3
* GIT_DIFF_FIND_REMOVE_UNMODIFIED sounds betterRussell Belfer2013-12-021-2/+2
* Add GIT_DIFF_FIND_DELETE_UNMODIFIED flagRussell Belfer2013-12-021-14/+44
* Add content offset to git_diff_lineNick Hengeveld2013-11-181-0/+1
* Add git_diff_options_init helperRussell Belfer2013-11-011-4/+26
* Make diff and status perform soft index reloadRussell Belfer2013-11-011-0/+8
* Fix typoRussell Belfer2013-10-221-1/+1
* Implement patience and minimal diff flagsRussell Belfer2013-10-211-1/+4
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-10/+21
* Tweak to git_diff_delta structure for nfilesRussell Belfer2013-10-211-2/+3
* Diff API cleanupRussell Belfer2013-10-151-183/+225
* Rename diff objects and split patch.hRussell Belfer2013-10-111-309/+71
* Split rewrites, status doesn't return rewritesEdward Thomson2013-08-281-0/+3
* Restore GIT_DIFF_LINE_BINARY usageRussell Belfer2013-07-231-1/+1
* Add hunk/file headers to git_diff_patch_sizeRussell Belfer2013-07-231-2/+6
* Add git_diff_patch_size() APIRussell Belfer2013-07-221-0/+18
* Add ignore_submodules to diff optionsRussell Belfer2013-07-101-1/+4
* Add git_pathspec_match_diff APIRussell Belfer2013-07-101-0/+8
* Fixed most documentation header bugsAndreas Linde2013-06-241-5/+5
* Add "as_path" parameters to blob and buffer diffsRussell Belfer2013-06-171-2/+18
* Add patch from blobs APIRussell Belfer2013-06-121-2/+45
* Implement regex pattern diff driverRussell Belfer2013-06-111-0/+3
* Clarify GIT_DIFF_INCLUDE_UNTRACKED_CONTENT optionRussell Belfer2013-05-241-5/+10
* More diff rename tests; better split swap handlingRussell Belfer2013-05-231-1/+1
* Significant rename detection rewriteRussell Belfer2013-05-221-6/+9
* More git_diff_find_similar improvementsRussell Belfer2013-05-201-0/+2
* Fix issues with git_diff_find_similarRussell Belfer2013-05-171-11/+32
* Add git_diff_print_raw printing helperRussell Belfer2013-05-171-0/+16
* Improve diff function docsRussell Belfer2013-05-071-7/+26
* Add GIT_DIFF_LINE_CONTEXT_EOFNLRussell Belfer2013-05-071-2/+4
* Update comment for clarityRussell Belfer2013-04-301-5/+17
* Update diff handling of untracked directoriesRussell Belfer2013-04-301-0/+7
* Recursing into ignored dirs for diff and statusRussell Belfer2013-03-251-1/+1
* diff: allow asking for diffs with no contextCarlos Martín Nieto2013-03-091-1/+1
* Add diff rename tests with partial similarityRussell Belfer2013-02-211-0/+3
* Initial integration of similarity metric to diffRussell Belfer2013-02-211-5/+11