summaryrefslogtreecommitdiff
path: root/tests-clar/diff/patch.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-571/+0
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-119/+104
* Diff API cleanupRussell Belfer2013-10-151-9/+13
* Rename diff objects and split patch.hRussell Belfer2013-10-111-73/+73
* Rename new fn to git_repository_reinit_filesystemRussell Belfer2013-10-081-2/+2
* More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-2/+2
* Add git_repository_reset_filesystem and fix testsRussell Belfer2013-10-041-2/+6
* Add hunk/file headers to git_diff_patch_sizeRussell Belfer2013-07-231-29/+37
* Add git_diff_patch_size() APIRussell Belfer2013-07-221-4/+15
* Implement regex pattern diff driverRussell Belfer2013-06-111-1/+1
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-1/+1
* Fix line numbering for patches with eofnlRussell Belfer2013-05-071-6/+122
* More tests for files with no newline at endRussell Belfer2013-05-071-5/+30
* Add GIT_DIFF_LINE_CONTEXT_EOFNLRussell Belfer2013-05-071-7/+30
* Improve diff config options handlingRussell Belfer2013-04-231-0/+78
* Move some low-level repo fns to include/git2/sysRussell Belfer2013-04-211-0/+2
* Fix a few leaksCarlos Martín Nieto2013-03-041-0/+2
* Allow empty config object and use itRussell Belfer2013-03-011-6/+4
* Control for core.autocrlf during testingRussell Belfer2013-03-011-2/+13
* Fix tests for find_similar and relatedRussell Belfer2013-02-221-9/+9
* Fix MSVC compilation warningsnulltoken2013-02-051-3/+3
* Free buffer at end of testRussell Belfer2013-01-301-0/+2
* Add helper for diff line statsRussell Belfer2013-01-301-0/+65
* Fix diff patch line number calculationRussell Belfer2013-01-111-1/+109
* Fix warnings on Win64 buildRussell Belfer2012-11-271-1/+1
* Update diff callback param orderRussell Belfer2012-11-271-4/+4
* Fix diff API to better parameter orderRussell Belfer2012-11-141-2/+2
* Add git_diff_patch_to_str APIRussell Belfer2012-10-241-0/+30
* Add const to all shared pointers in diff APIRussell Belfer2012-09-251-2/+2
* Fix usage of "new" for fieldname in public headerRussell Belfer2012-05-021-2/+2
* tests-clar/diff: mark output_len unusedMichael Schubert2012-05-011-0/+1
* diff: provide more context to the consumer of the callbacksnulltoken2012-04-301-7/+37
* diff: fix generation of the header of a removal patchnulltoken2012-04-251-0/+68