summaryrefslogtreecommitdiff
path: root/tests/diff
Commit message (Expand)AuthorAgeFilesLines
* tests: diff: add test to verify behaviour with empty dir orderingPatrick Steinhardt2020-02-071-0/+43
* tests: diff: verify that we are able to diff with empty subtreesPatrick Steinhardt2020-02-071-0/+49
* diff: make patchid computation work with all types of commits.Gregory Herrero2019-11-281-0/+33
* patch_parse: handle patches without extended headersDenis Laxalde2019-10-161-0/+10
* patch_parse: handle patches with new empty filesDenis Laxalde2019-09-281-0/+20
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* configuration: cvar -> configmapPatrick Steinhardt2019-07-181-1/+1
* oid: `is_zero` instead of `iszero`Edward Thomson2019-06-161-10/+10
* Rename opt init functions to `options_init`Edward Thomson2019-06-143-4/+4
* patch_parse.c: Handle CRLF in parse_header_startDrew DeVault2019-04-051-0/+19
* tests: diff: test parsing diffs with a new file with spaces in its pathErik Aigner2019-03-291-0/+18
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-227-29/+29
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-013-4/+4
* index: use new enum and structure namesEdward Thomson2018-12-011-3/+3
* diff_stats: use git's formatting of renames with common directoriesPatrick Steinhardt2018-10-041-1/+1
* tests: verify diff stats with renames in subdirectoryPatrick Steinhardt2018-10-041-0/+19
* Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt2018-07-201-2/+2
|\
| * tests: add missing cl_git_pass to testsEtienne Samson2018-07-061-2/+2
* | Merge pull request #4719 from pks-t/pks/delta-oobEdward Thomson2018-07-091-0/+1
|\ \ | |/ |/|
| * delta: fix sign-extension of big left-shiftPatrick Steinhardt2018-06-291-0/+1
* | patch_parse: populate line numbers while parsing diffsEtienne Samson2018-06-191-0/+71
|/
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-1011-77/+77
* Sanitize the hunk header to ensure it contains UTF-8 valid dataStan Hu2018-05-051-0/+92
* typo: Fixed a trivial typo in test function.Erik van Zijst2018-04-051-1/+1
* diff_tform: fix rename detection with rewrite/delete pairPatrick Steinhardt2018-02-201-0/+213
* tests: add rename-rewrite scenarios to "renames" repositoryPatrick Steinhardt2018-02-201-0/+12
* tests: diff::rename: use defines for commit OIDsPatrick Steinhardt2018-02-201-19/+24
* diff_file: properly refcount blobs when initializing file contentsPatrick Steinhardt2017-12-151-0/+39
* patch_parse: fix parsing patches only containing exact renamesPatrick Steinhardt2017-09-011-0/+21
* diff: implement function to calculate patch IDPatrick Steinhardt2017-06-261-0/+60
* 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