summaryrefslogtreecommitdiff
path: root/tests-clar/diff/diff_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* Make diff and status perform soft index reloadRussell Belfer2013-11-011-5/+9
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-36/+22
* Diff API cleanupRussell Belfer2013-10-151-4/+6
* Rename diff objects and split patch.hRussell Belfer2013-10-111-18/+18
* Add git_repository_reset_filesystem and fix testsRussell Belfer2013-10-041-5/+38
* Diff hunk context off by one on long linesRussell Belfer2013-07-051-2/+3
* More diff rename tests; better split swap handlingRussell Belfer2013-05-231-0/+5
* Add GIT_DIFF_LINE_CONTEXT_EOFNLRussell Belfer2013-05-071-8/+3
* More tests for diff untracked directoriesRussell Belfer2013-04-301-1/+9
* Fix some diff ignores and submodule dirty workdirRussell Belfer2013-03-251-0/+10
* Replace diff delta binary with flagsRussell Belfer2013-02-201-2/+3
* Update diff callback param orderRussell Belfer2012-11-271-19/+20
* More external API cleanupVicent Marti2012-11-271-6/+6
* Initial implementation of diff rename detectionRussell Belfer2012-10-231-12/+5
* Extend diff helpers for tests a littleRussell Belfer2012-10-081-2/+27
* Add const to all shared pointers in diff APIRussell Belfer2012-09-251-7/+7
* Fix bugs in new diff patch codeRussell Belfer2012-09-251-1/+7
* Initial implementation of new diff patch APIRussell Belfer2012-09-251-37/+38
* Fix diff binary file detectionRussell Belfer2012-09-111-1/+2
* Replace git_diff_iterator_num_files with progressRussell Belfer2012-09-101-5/+3
* Diff iteratorsRussell Belfer2012-09-051-0/+71
* Minor bug fixes in diff codeRussell Belfer2012-08-221-1/+2
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-081-1/+6
* diff: fix the diffing of two identical blobsnulltoken2012-05-071-0/+1
* diff: make git_diff_blobs() able to detect binary blobsnulltoken2012-05-071-0/+2
* Leverage GIT_UNUSED macro to explicitly mark a function parameter as purposel...nulltoken2012-04-301-8/+14
* diff: provide more context to the consumer of the callbacksnulltoken2012-04-301-0/+2
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-1/+1
* diff: Fix rebase breackageVicent Martí2012-03-061-2/+2
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-021-5/+5
* Update diff to use iteratorsRussell Belfer2012-03-021-6/+8
* Fixing unit tests post rebaseRussell Belfer2012-03-021-20/+0
* Add tests and fix bugs for diff whitespace optionsRussell Belfer2012-03-021-0/+2
* Continue implementation of git-diffRussell Belfer2012-03-021-0/+20
* Clean up diff implementation for reviewRussell Belfer2012-03-021-0/+62
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-0/+22