@@ -64,6 +64,9 @@ UI, Workflows & Features
6464 * "git for-each-ref" learns "--start-after" option to help
6565 applications that want to page its output.
6666
67+ * "git switch" and "git restore" are declared to be no longer
68+ experimental.
69+
6770
6871Performance, Internal Implementation, Development Support etc.
6972--------------------------------------------------------------
@@ -269,6 +272,18 @@ including security updates, are included in this release.
269272 few test helper programs are now closed.
270273 (merge 0f1b33815b hl/test-helper-fd-close later to maint).
271274
275+ * Interactive prompt code did not correctly strip CRLF from the end
276+ of line on Windows.
277+ (merge 711a20827b js/prompt-crlf-fix later to maint).
278+
279+ * The config API had a set of convenience wrapper functions that
280+ implicitly use the_repository instance; they have been removed and
281+ inlined at the calling sites.
282+
283+ * "git add/etc -p" now honor the diff.context configuration variable,
284+ and also they learn to honor the -U<n> command-line option.
285+ (merge 2b3ae04011 lm/add-p-context later to maint).
286+
272287 * Other code cleanup, docfix, build fix, etc.
273288 (merge b257adb571 lo/my-first-ow-doc-update later to maint).
274289 (merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
@@ -299,3 +314,9 @@ including security updates, are included in this release.
299314 (merge 26552cb62a jk/unleak-reflog-expire-entry later to maint).
300315 (merge 339d95fda9 jc/ci-print-test-failures-fix later to maint).
301316 (merge 8c3add51a8 cb/meson-avoid-broken-macos-pcre2 later to maint).
317+ (merge 5247da07b8 ps/meson-clar-decls-fix later to maint).
318+ (merge f3ef347bb2 ch/t7450-recursive-clone-test-fix later to maint).
319+ (merge 4ac3302a1a jc/doc-release-vs-clear later to maint).
320+ (merge 3bdd897413 ms/meson-with-ancient-git-wo-ls-files-dedup later to maint).
321+ (merge cca758d324 kh/doc-fast-import-historical later to maint).
322+ (merge 9b0781196a jc/test-hashmap-is-still-here later to maint).
0 commit comments