summaryrefslogtreecommitdiff
path: root/tests/merge
Commit message (Expand)AuthorAgeFilesLines
* tests: include function declarationsEdward Thomson2021-11-111-0/+4
* tests: declare functions statically where appropriateEdward Thomson2021-11-111-1/+1
* path: separate git-specific path functions from utilEdward Thomson2021-11-093-91/+91
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-1716-127/+126
* tests: don't generate false positives on empty path segmentsPeter Pettersson2021-08-081-2/+2
* tests: merge: fix printf formatter on 32 bit archesPatrick Steinhardt2020-05-121-1/+1
* merge: cache negative cache results for similarity metricsPatrick Steinhardt2020-04-011-0/+77
* merge: update enum type name for consistencyEdward Thomson2020-01-181-1/+1
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-2011-11/+11
* blob: add underscore to `from` functionsEdward Thomson2019-06-161-1/+1
* tests: merge::analysis: use variants to deduplicate test suitesPatrick Steinhardt2019-06-134-202/+27
* Fix memleaks in analysis tests.Robert Coup2019-06-101-5/+9
* Review fixes:Robert Coup2019-06-103-118/+129
* Refactor testing:Robert Coup2019-06-104-226/+224
* merge: add doc header to analysis testsRobert Coup2019-06-102-0/+6
* merge: tests for bare repo merge analysisRobert Coup2019-06-101-0/+170
* annotated_commit: add failing test for looking up from annotated tagCarlos Martín Nieto2018-12-141-0/+26
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-013-11/+11
* Merge pull request #4770 from tiennou/feature/merge-analysis-any-branchPatrick Steinhardt2018-11-301-20/+49
|\
| * merge: make analysis possible against a non-HEAD referenceEtienne Samson2018-10-191-20/+49
* | Merge branch 'issue-4203'Edward Thomson2018-10-201-0/+29
|\ \ | |/ |/|
| * tests: add test case for index reloads on mergeEtiene Dalcol2017-11-111-0/+29
* | Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt2018-07-201-1/+1
|\ \
| * | tests: add missing cl_git_pass to testsEtienne Samson2018-07-061-1/+1
* | | treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-1312-12/+12
|/ /
* | Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-109-30/+30
* | Add failing test case for virtual commit merge base issueEdward Thomson2018-02-041-0/+23
* | merge::trees::recursive: test for virtual base buildingEdward Thomson2018-02-041-0/+25
* | merge: reverse merge bases for recursive mergeEdward Thomson2018-02-043-21/+21
* | Merge pull request #4489 from libgit2/ethomson/conflicts_crlfEdward Thomson2018-02-041-0/+48
|\ \
| * | merge: test CR/LF conflicts for CR/LF filesethomson/conflicts_crlfEdward Thomson2018-01-211-0/+48
* | | merge: recursive uses larger conflict markersEdward Thomson2018-01-213-8/+8
|/ /
* | Do not attempt to check out submodule as blob when merging a submodule modify...David Turner2017-12-041-0/+36
|/
* merge_trees: introduce test for submodule renamesEdward Thomson2017-02-091-0/+22
* merge: set default rename thresholdEdward Thomson2017-01-011-0/+2
* git_diff_generated: abstract generated diffsEdward Thomson2016-05-261-0/+1
* merge drivers: handle configured but not found driverEdward Thomson2016-03-171-0/+18
* merge driver: remove `check` callbackEdward Thomson2016-03-171-124/+7
* merge driver: tests for set and unset merge attributeEdward Thomson2016-03-171-1/+36
* merge driver: tests for custom default merge driversEdward Thomson2016-03-171-0/+59
* merge driver: test GIT_EMERGECONFLICTEdward Thomson2016-03-171-0/+90
* merge driver: test GIT_PASSTHROUGHEdward Thomson2016-03-171-0/+95
* merge driver: introduce custom merge driversEdward Thomson2016-03-171-0/+208
* Fix rebase bug and include test for merge=unionStan Hu2016-03-171-0/+36
* merge::workdir::dirty: update to use `st_ctime_nsec`Edward Thomson2016-03-071-2/+2
* win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-121-1/+1
* merge tests: correct castsEdward Thomson2016-02-111-3/+3
* recursive merge: add a recursion limitEdward Thomson2015-11-251-0/+31
* merge: handle conflicts in recursive base buildingEdward Thomson2015-11-253-1/+145
* merge tests: add complex recursive exampleEdward Thomson2015-11-251-0/+28