The fifth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jul 11, 2019 at 15:17 UTC 9d418600f4d10dcbbfb0b5fdbc71d509e03ba719
1 file changed +16
Documentation/RelNotes/2.23.0.txt
+16
@@ -112,6 +112,8 @@ Performance, Internal Implementation, Development Support etc.
112 * "git fetch" that grabs from a group of remotes learned to run the
113 auto-gc only once at the very end.
114
115 + * A handful of Windows build patches have been upstreamed.
116 +
117
118 Fixes since v2.22
119 -----------------
@@ -280,6 +282,17 @@ Fixes since v2.22
282 "--recursive" option was in use.
283 (merge 30db18b148 ms/submodule-foreach-fix later to maint).
284
285 + * The configuration variable rebase.rescheduleFailedExec should be
286 + effective only while running an interactive rebase and should not
287 + affect anything when running an non-interactive one, which was not
288 + the case. This has been corrected.
289 + (merge 906b63942a js/rebase-reschedule-applies-only-to-interactive later to maint).
290 +
291 + * The "git clone" documentation refers to command line options in its
292 + description in the short form; they have been replaced with long
293 + forms to make them more recognisable.
294 + (merge bfc8c84ed5 qn/clone-doc-use-long-form later to maint).
295 +
296 * Other code cleanup, docfix, build fix, etc.
297 (merge f547101b26 es/git-debugger-doc later to maint).
298 (merge 7877ac3d7b js/bisect-helper-check-get-oid-return-value later to maint).
@@ -296,3 +309,6 @@ Fixes since v2.22
309 (merge ed33bd8f30 js/t0001-case-insensitive later to maint).
310 (merge dfa880e336 jw/gitweb-sample-update later to maint).
311 (merge e532a90a9f sg/t5551-fetch-smart-error-is-translated later to maint).
312 + (merge 8d45ad8c29 jt/t5551-test-chunked later to maint).
313 + (merge 1a64e07d23 sg/git-C-empty-doc later to maint).
314 + (merge 37a2e35395 sg/ci-brew-gcc-workaround later to maint).