summaryrefslogtreecommitdiff
path: root/tests/diff
Commit message (Expand)AuthorAgeFilesLines
* Fix binary diffsGuille -bisho-2015-09-251-7/+14
* diff::workdir: ensure ignored files are not returnedEdward Thomson2015-09-121-0/+43
* iterator: saner pathlist matching for idx iteratorEdward Thomson2015-08-311-24/+0
* diff: use new iterator pathlist handlingEdward Thomson2015-08-301-1/+25
* diff: better document GIT_DIFF_PATHSPEC_DISABLEEdward Thomson2015-08-281-0/+210
* iterator: use an options struct instead of argsEdward Thomson2015-08-281-14/+46
* diff: don't error out on an invalid regexcmn/regex-nofailCarlos Martín Nieto2015-08-151-0/+26
* Added git_diff_index_to_index()Pierre-Olivier Latour2015-06-301-0/+32
* Merge pull request #3265 from libgit2/leaksCarlos Martín Nieto2015-06-271-1/+5
|\
| * diff: fix leaks in diff printingCarlos Martín Nieto2015-06-261-1/+5
* | Merge pull request #3263 from git-up/fixesCarlos Martín Nieto2015-06-262-2/+0
|\ \ | |/ |/|
| * Removed unused variablesPierre-Olivier Latour2015-06-262-2/+0
* | test-diff-blob: Pass proper nibble sizesvmg/prefix-lenVicent Marti2015-06-261-14/+14
|/
* diff: test we don't update index unnecessarilyEdward Thomson2015-06-261-7/+69
* Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-251-1/+1
* Merge pull request #3097 from libgit2/cmn/submodule-config-stateCarlos Martín Nieto2015-06-242-9/+9
|\
| * submodule: add an ignore option to statusCarlos Martín Nieto2015-06-221-1/+1
| * submodule: make set_ignore() affect the configurationCarlos Martín Nieto2015-06-221-8/+8
* | diff::binary tests: empty diff when forced binaryEdward Thomson2015-06-241-0/+30
* | binary diff: test that the diff and patch otputs are the samecmn/diff-binary-patchCarlos Martín Nieto2015-06-241-0/+7
* | Merge pull request #3222 from git-up/conflictedEdward Thomson2015-06-231-1/+30
|\ \
| * | Fixed GIT_DELTA_CONFLICTED not returned in some casesPierre-Olivier Latour2015-06-231-1/+30
* | | Merge pull request #3226 from libgit2/cmn/racy-diff-againEdward Thomson2015-06-232-39/+2
|\ \ \ | |/ / |/| |
| * | tests: move racy tests to the indexCarlos Martín Nieto2015-06-221-100/+0
| * | tests: set racy times manuallyCarlos Martín Nieto2015-06-221-6/+26
| * | tests: plug leaks in the racy testCarlos Martín Nieto2015-06-221-1/+9
| * | diff: check files with the same or newer timestampsCarlos Martín Nieto2015-06-222-0/+35
| |/
* | Explicitly handle GIT_DELTA_CONFLICTED in git_diff_merge()Pierre-Olivier Latour2015-06-221-0/+36
|/
* 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