summaryrefslogtreecommitdiffstats
path: root/t/t4108-apply-threeway.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* apply: support --ours, --theirs, and --union for three-way mergesAlex Henrie2024-09-091-0/+40
* builtin/diff: free symmetric diff membersPatrick Steinhardt2024-08-141-0/+1
* git-apply: skip threeway in add / rename casesJerry Zhang2021-12-201-0/+18
* apply: resolve trivial merge without hitting ll-merge with "--3way"Junio C Hamano2021-09-061-0/+45
* git-apply: allow simultaneous --cached and --3way optionsJerry Zhang2021-04-081-0/+50
* git-apply: try threeway first when "--3way" is usedJerry Zhang2021-04-071-0/+20
* t4*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-8/+8
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
* apply: respect merge.conflictStyle in --3wayDenton Liu2019-10-241-1/+1
* t4108: demonstrate bug in applyDenton Liu2019-10-241-2/+11
* t4108: use `test_config` instead of `git config`Denton Liu2019-10-241-1/+1
* t4108: remove git command upstream of pipeDenton Liu2019-10-241-6/+7
* t4108: replace create_file with test_write_linesDenton Liu2019-10-241-17/+10
* apply: tests for the --3way optionJunio C Hamano2012-07-101-0/+54
* apply: allow rerere() to work on --3way resultsJunio C Hamano2012-07-091-0/+25
* apply: register conflicted stages to the indexJunio C Hamano2012-07-091-0/+78