summaryrefslogtreecommitdiff
path: root/tests-clar/diff
Commit message (Expand)AuthorAgeFilesLines
* Free buffer at end of testRussell Belfer2013-01-301-0/+2
* Add helper for diff line statsRussell Belfer2013-01-301-0/+65
* Fix case sensitivity bug with tree iteratorsRussell Belfer2013-01-221-0/+14
* Support case insensitive tree iterators and statusRussell Belfer2013-01-151-10/+113
* Test for ignore_case ranges on workdir iteratorRussell Belfer2013-01-151-0/+49
* Update iterator API with flags for ignore_caseRussell Belfer2013-01-151-5/+7
* Minor iterator API cleanupsRussell Belfer2013-01-151-1/+4
* Fix diff patch line number calculationRussell Belfer2013-01-111-1/+109
* tests: plug a couple of leaksCarlos Martín Nieto2013-01-111-0/+1
* Resolve crash with diff against empty fileRussell Belfer2013-01-081-0/+43
* Share git_diff_blobs/git_diff_blob_to_buffer codeRussell Belfer2013-01-071-0/+78
* Fix some leaks and (possibly) dangling pointers in testsSascha Cunz2012-12-191-1/+5
* Merge pull request #1151 from arrbee/fix-diff-constructor-namesVicent Martí2012-12-173-47/+47
|\
| * Fix diff constructor name order confusionRussell Belfer2012-12-173-47/+47
* | blob: introduce git_blob_is_binary()nulltoken2012-12-171-0/+12
|/
* Fix iterator reset and add reset rangesRussell Belfer2012-12-101-6/+32
* Clean up iterator APIsRussell Belfer2012-12-101-2/+2
* Deploy GIT_INIT_STRUCTUREBen Straub2012-11-302-7/+1
* Deploy GIT_DIFF_FIND_OPTIONS_INITBen Straub2012-11-301-2/+33
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-307-21/+140
* Merge pull request #1090 from arrbee/ignore-invalid-by-defaultVicent Martí2012-11-291-0/+56
|\
| * Improve iterator ignoring .git fileRussell Belfer2012-11-191-0/+56
* | diff: enhance test coverage against the workdirnulltoken2012-11-281-0/+23
* | Fix warnings on Win64 buildRussell Belfer2012-11-271-1/+1
* | Update diff callback param orderRussell Belfer2012-11-278-98/+99
* | More external API cleanupVicent Marti2012-11-277-84/+86
* | Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-231-0/+3
|/
* Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-143-32/+32
* Add iterator for git_index objectRussell Belfer2012-11-141-1/+1
* Fix diff API to better parameter orderRussell Belfer2012-11-146-49/+52
* Merge pull request #1014 from arrbee/diff-rename-detectionVicent Martí2012-11-027-157/+246
|\
| * Move rename detection into new fileRussell Belfer2012-10-301-5/+5
| * Initial implementation of diff rename detectionRussell Belfer2012-10-237-157/+246
* | Add git_diff_patch_to_str APIRussell Belfer2012-10-242-0/+129
|/
* diff: workdir diffing in a bare repo returns EBAREREPOnulltoken2012-10-181-0/+17
* Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-171-0/+98
|\
| * Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-0/+98
* | Fix single-file ignore checksRussell Belfer2012-10-151-3/+3
|/
* Add test for diffs with submodules and bug fixesRussell Belfer2012-10-081-0/+74
* Extend diff helpers for tests a littleRussell Belfer2012-10-083-11/+40
* Clean up Win64 warningsRussell Belfer2012-09-282-7/+7
* Add const to all shared pointers in diff APIRussell Belfer2012-09-257-27/+27
* Fix bugs in new diff patch codeRussell Belfer2012-09-252-6/+14
* Initial implementation of new diff patch APIRussell Belfer2012-09-254-195/+299
* Fix problems in diff iterator record chainingRussell Belfer2012-09-132-0/+173
* Fix diff binary file detectionRussell Belfer2012-09-112-1/+87
* Replace git_diff_iterator_num_files with progressRussell Belfer2012-09-101-5/+3
* Diff iteratorsRussell Belfer2012-09-057-293/+613
* Minor bug fixes in diff codeRussell Belfer2012-08-221-1/+2
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-0/+50
|\