@@ -44,6 +44,10 @@ Performance, Internal Implementation, Development Support etc.
4444 that checking for the lack of a prerequisite would not work. Avoid
4545 the use of "if ! test_have_prereq X" in a test script.
4646
47+ * The revision traversal API has been optimized by taking advantage
48+ of the commit-graph, when available, to determine if a commit is
49+ reachable from any of the existing refs.
50+
4751
4852Fixes since v2.33
4953-----------------
@@ -69,9 +73,30 @@ Fixes since v2.33
6973 * "git range-diff" code clean-up.
7074 (merge c4d5907324 jk/range-diff-fixes later to maint).
7175
76+ * "git commit --fixup" now works with "--edit" again, after it was
77+ broken in v2.32.
78+ (merge 8ef6aad664 jk/commit-edit-fixup-fix later to maint).
79+
80+ * Use upload-artifacts v1 (instead of v2) for 32-bit linux, as the
81+ new version has a blocker bug for that architecture.
82+ (merge 3cf9bb36bf cb/ci-use-upload-artifacts-v1 later to maint).
83+
84+ * Checking out all the paths from HEAD during the last conflicted
85+ step in "git rebase" and continuing would cause the step to be
86+ skipped (which is expected), but leaves MERGE_MSG file behind in
87+ $GIT_DIR and confuses the next "git commit", which has been
88+ corrected.
89+ (merge e5ee33e855 pw/rebase-skip-final-fix later to maint).
90+
91+ * Various bugs in "git rebase -r" have been fixed.
92+ (merge f2563c9ef3 pw/rebase-r-fixes later to maint).
93+
7294 * Other code cleanup, docfix, build fix, etc.
7395 (merge 1d9c8daef8 ab/bundle-doc later to maint).
7496 (merge 81483fe613 en/merge-strategy-docs later to maint).
7597 (merge 626beebdf8 js/log-protocol-version later to maint).
7698 (merge 00e302da76 cb/builtin-merge-format-string-fix later to maint).
7799 (merge ad51ae4dc0 cb/ci-freebsd-update later to maint).
100+ (merge be6444d1ca fc/completion-updates later to maint).
101+ (merge ff7b83f562 ti/tcsh-completion-regression-fix later to maint).
102+ (merge 325b06deda sg/make-fix-ar-invocation later to maint).
0 commit comments