summaryrefslogtreecommitdiff
path: root/include/git2/diff.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace diff delta binary with flagsRussell Belfer2013-02-201-26/+28
* Refine pluggable similarity APIRussell Belfer2013-02-201-2/+28
* Pluggable similarity metric APIRussell Belfer2013-02-201-0/+13
* diff: add a notify callback to `git_diff__from_iterators`yorah2013-02-071-34/+58
* Add helper for diff line statsRussell Belfer2013-01-301-0/+22
* update copyrightsEdward Thomson2013-01-081-1/+1
* Share git_diff_blobs/git_diff_blob_to_buffer codeRussell Belfer2013-01-071-20/+18
* Introduce git_diff_blob_to_bufferIgnacio Casal Quinteiro2013-01-071-0/+24
* Correct typos in documentationKevin Sawicki2013-01-061-2/+2
* More diff.h comment fixesRussell Belfer2012-12-171-34/+52
* Fix diff constructor name order confusionRussell Belfer2012-12-171-25/+42
* Allow compilation as C++Ben Straub2012-12-061-2/+2
* Fix diff header comments and missing constRussell Belfer2012-12-051-9/+67
* Make constant name all-capsBen Straub2012-11-301-1/+1
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-1/+1
* Add version fields and init macros for public input structs.Ben Straub2012-11-301-8/+13
* Update diff callback param orderRussell Belfer2012-11-271-24/+26
* More external API cleanupVicent Marti2012-11-271-15/+16
* Merge pull request #1074 from edubart/ignore_diff_filemodeVicent Martí2012-11-151-0/+2
|\
| * Add option to ignore file mode in diffsEduardo Bart2012-11-151-0/+2
* | Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-0/+4
* | Fix diff API to better parameter orderRussell Belfer2012-11-141-17/+17
|/
* Merge pull request #1014 from arrbee/diff-rename-detectionVicent Martí2012-11-021-7/+63
|\