summaryrefslogtreecommitdiff
path: root/tests/diff
Commit message (Expand)AuthorAgeFilesLines
* diff_parse: correctly set options for parsed diffsPatrick Steinhardt2017-03-141-0/+21
* patch_parse: fix parsing minimal trailing diff linePatrick Steinhardt2017-03-141-0/+21
* patch_generate: fix `git_diff_foreach` only working with generated diffsPatrick Steinhardt2017-03-141-0/+29
* Merge branch 'pr/3809'Edward Thomson2016-10-092-2/+38
|\
| * make git_diff_stats_to_buf not show 0 insertions or 0 deletionsSim Domingo2016-10-092-2/+38
* | Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-241-0/+45
* | patch: show copy information for identical copiesEdward Thomson2016-06-254-13/+98
* | patch::parse: test diff with exact rename and copyEdward Thomson2016-06-251-0/+5
* | patch::parse: test diff with simple renameEdward Thomson2016-06-251-12/+27
* | diff::parse tests: test parsing a diffEdward Thomson2016-06-253-0/+107
* | introduce `git_diff_from_buffer` to parse diffsEdward Thomson2016-05-261-0/+60
* | git_diff_generated: abstract generated diffsEdward Thomson2016-05-262-0/+2
|/
* diff: test submodules are found with trailing `/`Edward Thomson2016-04-021-0/+47
* iterator: give the tests a proper hierarchyEdward Thomson2016-03-241-1005/+0
* Added clar test for #3568Jeff Hostetler2016-03-231-0/+129
* iterators: refactored tree iteratorEdward Thomson2016-03-231-10/+3
* iterator: disambiguate reset and reset_rangeEdward Thomson2016-03-231-2/+2
* tree: re-use the id and filename in the odb objectCarlos Martín Nieto2016-03-201-1/+1
* tests: take the version from our defineCarlos Martín Nieto2016-03-031-1/+1
* tests: use legitimate object idsEdward Thomson2016-02-282-7/+9
* Merge pull request #3613 from ethomson/fixupsCarlos Martín Nieto2016-02-181-2/+2
|\
| * win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-121-2/+2
* | Horrible fix for #3173.Arthur Schreiber2016-02-111-2/+2
|/
* diff: include commit message when formatting patchPatrick Steinhardt2015-12-011-0/+41
* Fix some warningsJacques Germishuys2015-11-201-0/+1
* Merge pull request #3498 from ethomson/windows_symlinksCarlos Martín Nieto2015-11-081-0/+61
|\
| * diff: test "symlinks" in wd are respected on win32Edward Thomson2015-11-031-0/+61
* | Add diff progress callback.Jason Haslam2015-11-022-2/+29
|/
* tests: Fix warningsvmg/crudVicent Marti2015-10-211-1/+1
* 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
|\ \