summaryrefslogtreecommitdiff
path: root/tests-clar/diff/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-526/+0
* Add git_diff_options_init helperRussell Belfer2013-11-011-4/+3
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-12/+7
* Diff API cleanupRussell Belfer2013-10-151-13/+15
* Rename diff objects and split patch.hRussell Belfer2013-10-111-19/+19
* Improve diff config options handlingRussell Belfer2013-04-231-0/+74
* Test fixes and cleanupRussell Belfer2013-03-251-5/+3
* Added some tests for issue #1397Sven Strickroth2013-03-251-0/+25
* diff: allow asking for diffs with no contextCarlos Martín Nieto2013-03-091-0/+2
* Rename 'exp' so it doesn't conflict with exp()Philip Kelley2013-02-221-59/+59
* diff: Enhance tree-to-tree diff test coveragenulltoken2013-02-061-0/+109
* diff: refactor git_diff_tree_to_tree() testsnulltoken2013-02-061-45/+18
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-3/+31
* Update diff callback param orderRussell Belfer2012-11-271-5/+5
* More external API cleanupVicent Marti2012-11-271-14/+16
* Fix diff API to better parameter orderRussell Belfer2012-11-141-8/+8
* Initial implementation of diff rename detectionRussell Belfer2012-10-231-25/+25
* Extend diff helpers for tests a littleRussell Belfer2012-10-081-9/+9
* Clean up Win64 warningsRussell Belfer2012-09-281-1/+1
* Add const to all shared pointers in diff APIRussell Belfer2012-09-251-2/+2
* Initial implementation of new diff patch APIRussell Belfer2012-09-251-48/+27
* Fix problems in diff iterator record chainingRussell Belfer2012-09-131-0/+82
* Diff iteratorsRussell Belfer2012-09-051-36/+36
* Fix bug with merging diffs with null optionsRussell Belfer2012-07-191-0/+48
* Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-081-1/+1
* diff: fix the diffing of two identical blobsnulltoken2012-05-071-9/+9
* Fix memory leaks and use after freeRussell Belfer2012-05-041-0/+2
* Support reading attributes from indexRussell Belfer2012-05-031-14/+52
* Update clar and remove old helpersRussell Belfer2012-04-171-9/+9
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-7/+2
* Update diff to use iteratorsRussell Belfer2012-03-021-22/+24
* Add tests and fix bugs for diff whitespace optionsRussell Belfer2012-03-021-0/+87
* Continue implementation of git-diffRussell Belfer2012-03-021-24/+5
* Clean up diff implementation for reviewRussell Belfer2012-03-021-0/+105