summaryrefslogtreecommitdiff
path: root/tests/diff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3219 from libgit2/cmn/racy-diffCarlos Martín Nieto2015-06-172-0/+45
|\
| * tests: tick the index when we count OID calculationsCarlos Martín Nieto2015-06-161-0/+6
| * diff: add failing test for racy-git in the indexCarlos Martín Nieto2015-06-161-0/+39
* | Fixed Xcode 6.1 build warningsPierre-Olivier Latour2015-06-152-9/+17
|/
* binary diff: test binary blob to blob testsEdward Thomson2015-06-121-0/+130
* diff: introduce binary diff callbacksEdward Thomson2015-06-129-163/+182
* binary diff: test index->workdir binary diffsEdward Thomson2015-06-121-0/+99
* Fixed build warnings on Xcode 6.1Pierre-Olivier Latour2015-06-022-2/+2
* diff conflicts: test index to workdir w/ conflictsEdward Thomson2015-05-281-0/+45
* diff conflicts: add tests for tree to indexEdward Thomson2015-05-283-2/+78
* git_path_dirload: use git_path_diriterEdward Thomson2015-05-011-1/+1
* diff_tform: account for whitespace optionsEdward Thomson2015-03-041-6/+68
* diff_tform: don't compare empty hashsig_heapsEdward Thomson2015-03-031-0/+38
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-3/+3
* Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small f...Pierre-Olivier Latour2015-01-141-19/+35
* Plug leaksCarlos Martín Nieto2014-11-231-6/+3
* iterator: submodules are determined by an index or treecmn/submodule-and-dirCarlos Martín Nieto2014-11-071-3/+3
* Introduce cl_assert_equal_oidEdward Thomson2014-07-012-7/+7
* 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
|\