aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit-tree.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-04-16 13:53:34 -0700
committerJunio C Hamano <gitster@pobox.com>2021-04-16 13:53:34 -0700
commit7bec8e7fa6175f51e79c55e28e6b2a547a986926 (patch)
tree771cfbec9a53d9cd46f6dabf1613d012cf619fd2 /builtin/commit-tree.c
parentMerge branch 'en/ort-perf-batch-10' (diff)
parentAdd testing with merge-ort merge strategy (diff)
downloadgit-7bec8e7fa6175f51e79c55e28e6b2a547a986926.tar.gz
git-7bec8e7fa6175f51e79c55e28e6b2a547a986926.zip
Merge branch 'en/ort-readiness'
Plug the ort merge backend throughout the rest of the system, and start testing it as a replacement for the recursive backend. * en/ort-readiness: Add testing with merge-ort merge strategy t6423: mark remaining expected failure under merge-ort as such Revert "merge-ort: ignore the directory rename split conflict for now" merge-recursive: add a bunch of FIXME comments documenting known bugs merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict t: mark several submodule merging tests as fixed under merge-ort merge-ort: implement CE_SKIP_WORKTREE handling with conflicted entries t6428: new test for SKIP_WORKTREE handling and conflicts merge-ort: support subtree shifting merge-ort: let renormalization change modify/delete into clean delete merge-ort: have ll_merge() use a special attr_index for renormalization merge-ort: add a special minimal index just for renormalization merge-ort: use STABLE_QSORT instead of QSORT where required
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions
+15 2015-08-28git-submodule: remove extraneous space from error messageAlex Henrie1-1/+1 2015-08-28Git 2.5.1v2.5.1Junio C Hamano3-2/+19 2015-08-28Mingw: verify both ends of the pipe () callJose F. Morales1-1/+1 2015-08-28archive-zip: support more than 65535 entriesRené Scharfe2-4/+91 2015-08-28archive-zip: use a local variable to store the creator versionRené Scharfe1-2/+4 2015-08-28t5004: test ZIP archives with many entriesRené Scharfe1-0/+40 2015-08-26trailer: retitle a test and correct an in-comment messageChristian Couder2-2/+3 2015-08-25pull: pass upload_pack only when it was givenJunio C Hamano1-1/+1 2015-08-25generate-cmdlist: re-implement as shell scriptEric Sunshine3-52/+52 2015-08-25setup: update the right file in multiple checkoutsNguyễn Thái Ngọc Duy1-2/+2 2015-08-24rev-list: make it obvious that we do not support notesJeff King4-0/+9 2015-08-24config: silence warnings for command names with invalid keysJeff King5-12/+43 2015-08-21wt-status: move #include "pathspec.h" to the headerSZEDER Gábor2-1/+1 2015-08-21trailer: ignore first line of messageChristian Couder2-2/+16 2015-08-21Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachableAndreas Schwab1-1/+1 2015-08-20t3020: fix typo in test descriptionSZEDER Gábor1-1/+1 2015-08-20ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano2-2/+2 2015-08-19Start preparing for 2.5.1Junio C Hamano2-1/+50 2015-08-17po/README: Update directions for l10n contributorsPhilip Oakley1-0/+19 2015-08-14config: close config file handle in case of errorSven Strickroth1-1/+4 2015-08-12git_open_noatime: return with errno=0 on successClemens Buchacher1-1/+4 2015-08-11t2019: skip test requiring '*' in a file name non WindowsJohannes Sixt1-1/+1 2015-08-11vreportf: avoid intermediate bufferJeff King1-3/+12 2015-08-11vreportf: report to arbitrary filehandlesJeff King3-29/+12 2015-08-10strbuf_read(): skip unnecessary strbuf_grow() at eofJim Hill1-5/+5 2015-08-10clone: use computed length in guess_dir_nameJeff King2-7/+8