summaryrefslogtreecommitdiff
path: root/tests/diff
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error on Visual StudioCha, Hojeong2014-05-271-2/+2
* Git binary check compat testsrb/update-4k-to-8kRussell Belfer2014-05-161-0/+114
* Merge pull request #2328 from libgit2/rb/how-broken-can-ignores-beVicent Marti2014-05-131-1/+1
|\
| * Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-061-1/+1
* | Don't scale diff stat when not neededRussell Belfer2014-05-121-0/+4
|/
* Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-023-73/+20
* Get rid of redundant git_diff_options_init fnRussell Belfer2014-05-022-2/+2
* Add payloads, bitmaps to trace APIRussell Belfer2014-05-023-25/+37
* Don't use trace if GIT_TRACE not definedRussell Belfer2014-05-021-0/+8
* Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-021-21/+45
* Add diff option to update index stat cacheRussell Belfer2014-05-021-0/+87
* Skip diff oid calc when size definitely changedRussell Belfer2014-05-021-2/+2
* Add build option for diff internal statisticsRussell Belfer2014-05-021-0/+12
* Merge pull request #2291 from ethomson/patch_binaryVicent Marti2014-04-232-0/+264
|\
| * patch: emit binary patches (optionally)Edward Thomson2014-04-222-0/+264
* | Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-222-391/+159
|/
* Index locking and entry allocation changesRussell Belfer2014-04-171-2/+1
* Decouple index iterator sort from indexRussell Belfer2014-04-171-7/+51
* Add public diff print helpersRussell Belfer2014-04-171-22/+7
* Added a test case for formatting a binary patch e-mailJacques Germishuys2014-04-151-0/+43
* Sanitize git_diff_format_email_options' summary parameterJacques Germishuys2014-04-151-0/+68
* Introduce git_diff_format_email and git_diff_commit_as_emailJacques Germishuys2014-04-151-0/+445
* Introduce git_diff_get_stats, git_diff_stats_files_changed, git_diff_stats_in...Jacques Germishuys2014-04-151-0/+428
* Remove most submodule reloads from testsRussell Belfer2014-04-011-5/+0
* Improve test of submodule name sortingRussell Belfer2014-03-311-0/+6
* Fix memory leak of test repository objectRussell Belfer2014-03-271-2/+5
* Merge pull request #2204 from libgit2/rb/submodule-reference-countingVicent Marti2014-03-261-3/+7
|\
| * Make submodules externally refcountedRussell Belfer2014-03-251-3/+7
* | Update behavior for untracked sub-reposRussell Belfer2014-03-253-6/+68
|/
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-3/+3
* Add buffer to buffer diff and patch APIsRussell Belfer2014-02-271-150/+90
* Merge pull request #2066 from libgit2/rb/builtin-diff-driversVicent Marti2014-01-272-29/+119
|\
| * Update Javascript userdiff driver and testsRussell Belfer2014-01-271-12/+16
| * Move userdiff tests to be data drivenRussell Belfer2014-01-241-47/+50
| * Update all tests for new pattern extractionRussell Belfer2014-01-241-4/+4
| * Implement matched pattern extract for fn headersRussell Belfer2014-01-241-2/+2
| * Fix filemode updating in diff textRussell Belfer2014-01-241-7/+15
| * Import git drivers and test HTML driverRussell Belfer2014-01-241-24/+99
* | diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-16/+16
* | index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-1/+1
|/
* Drop git_patch_to_strNicolas Hake2014-01-227-89/+94
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-3/+3
* More tests of canceling from callbacksRussell Belfer2013-12-121-3/+36
* More improvements to callback return value testsRussell Belfer2013-12-111-2/+4
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-113-4/+24
* Don't clobber whitespace settingsBen Straub2013-12-061-0/+42
* Don't use weird return codesBen Straub2013-12-051-0/+3
* Implement GIT_DIFF_FIND_BY_CONFIGBen Straub2013-12-051-0/+138
* GIT_DIFF_FIND_REMOVE_UNMODIFIED sounds betterRussell Belfer2013-12-021-1/+1
* Add GIT_DIFF_FIND_DELETE_UNMODIFIED flagRussell Belfer2013-12-021-0/+48