summaryrefslogtreecommitdiff
path: root/t/t4108-apply-threeway.sh
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-09-09apply: support --ours, --theirs, and --union for three-way mergesAlex Henrie1-0/+40
2024-08-14builtin/diff: free symmetric diff membersPatrick Steinhardt1-0/+1
2021-12-20git-apply: skip threeway in add / rename casesJerry Zhang1-0/+18
2021-09-05apply: resolve trivial merge without hitting ll-merge with "--3way"Junio C Hamano1-0/+45
2021-04-07git-apply: allow simultaneous --cached and --3way optionsJerry Zhang1-0/+50
2021-04-06git-apply: try threeway first when "--3way" is usedJerry Zhang1-0/+20
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin1-8/+8
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2019-10-24apply: respect merge.conflictStyle in --3wayDenton Liu1-1/+1
2019-10-24t4108: demonstrate bug in applyDenton Liu1-2/+11
2019-10-24t4108: use `test_config` instead of `git config`Denton Liu1-1/+1
2019-10-24t4108: remove git command upstream of pipeDenton Liu1-6/+7
2019-10-24t4108: replace create_file with test_write_linesDenton Liu1-17/+10
2012-07-09apply: tests for the --3way optionJunio C Hamano1-0/+54
2012-07-09apply: allow rerere() to work on --3way resultsJunio C Hamano1-0/+25
2012-07-09apply: register conflicted stages to the indexJunio C Hamano1-0/+78