summaryrefslogtreecommitdiff
path: root/src/diff_xdiff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pr/5853'Edward Thomson2021-05-191-0/+3
|\
| * diff:add option to ignore blank line changesyuuri2021-05-011-0/+3
* | utf8: refactor utf8 functionsEdward Thomson2021-04-141-2/+1
|/
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-3/+3
* Sanitize the hunk header to ensure it contains UTF-8 valid dataStan Hu2018-05-051-0/+12
* diff: expose the "indent heuristic" in the diff optionsCarlos Martín Nieto2017-11-191-0/+2
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+3
* giterr_set: consistent error messagesEdward Thomson2016-12-291-2/+2
* patch: `patch_diff` -> `patch_generated`Edward Thomson2016-05-261-8/+8
* patch: abstract patches into diff'ed and parsedEdward Thomson2016-05-261-9/+9
* diff: don't feed large files to xdiffEdward Thomson2015-10-051-0/+7
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-10/+9
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-12/+13
* Add content offset to git_diff_lineNick Hengeveld2013-11-181-4/+13
* Implement patience and minimal diff flagsRussell Belfer2013-10-211-0/+5
* Fix warnings for win64Russell Belfer2013-10-211-5/+5
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-10/+71
* Diff API cleanupRussell Belfer2013-10-151-2/+2
* Rename diff objects and split patch.hRussell Belfer2013-10-111-20/+20
* Fix diff header naming issuesRussell Belfer2013-06-121-10/+9
* Implement regex pattern diff driverRussell Belfer2013-06-111-3/+9
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+161