Eighth batch

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

Junio C Hamano committed Oct 11, 2019 at 14:16 UTC 08da6496b61341ec45eac36afcc8f94242763468
1 file changed +30
Documentation/RelNotes/2.24.0.txt
+30
@@ -68,6 +68,9 @@ UI, Workflows & Features
68 * A configuration variable tells "git fetch" to write the commit
69 graph after finishing.
70
71 + * "git add -i" has been taught to show the total number of hunks and
72 + the hunks that has been processed so far when showing prompts.
73 +
74
75 Performance, Internal Implementation, Development Support etc.
76
@@ -123,6 +126,8 @@ Performance, Internal Implementation, Development Support etc.
126
127 * Update the way build artifacts in t/helper/ directory are ignored.
128
129 + * Preparation for SHA-256 upgrade continues.
130 +
131
132 Fixes since v2.23
133 -----------------
@@ -268,6 +273,30 @@ Fixes since v2.23
273 has been fixed.
274 (merge b181676ce9 rs/convert-fix-utf-without-dash later to maint).
275
276 + * The author names taken from SVN repositories may have extra leading
277 + or trailing whitespaces, which are now munged away.
278 + (merge 4ddd4bddb1 tk/git-svn-trim-author-name later to maint).
279 +
280 + * "git rebase -i" showed a wrong HEAD while "reword" open the editor.
281 + (merge b0a3186140 pw/rebase-i-show-HEAD-to-reword later to maint).
282 +
283 + * A few simplification and bugfixes to PCRE interface.
284 + (merge c581e4a749 ab/pcre-jit-fixes later to maint).
285 +
286 + * PCRE fixes.
287 + (merge ff61681b46 cb/pcre1-cleanup later to maint).
288 +
289 + * "git range-diff" segfaulted when diff.noprefix configuration was
290 + used, as it blindly expected the patch it internally generates to
291 + have the standard a/ and b/ prefixes. The command now forces the
292 + internal patch to be built without any prefix, not to be affected
293 + by any end-user configuration.
294 + (merge 937b76ed49 js/range-diff-noprefix later to maint).
295 +
296 + * "git stash apply" in a subdirectory of a secondary worktree failed
297 + to access the worktree correctly, which has been corrected.
298 + (merge dfd557c978 js/stash-apply-in-secondary-worktree later to maint).
299 +
300 * Other code cleanup, docfix, build fix, etc.
301 (merge d1387d3895 en/fast-import-merge-doc later to maint).
302 (merge 1c24a54ea4 bm/repository-layout-typofix later to maint).
@@ -305,3 +334,4 @@ Fixes since v2.23
334 (merge 71f4960b91 js/mingw-spawn-with-spaces-in-path later to maint).
335 (merge 53d687bf5f ah/cleanups later to maint).
336 (merge f537485fa5 rs/test-remove-useless-debugging-cat later to maint).
337 + (merge 11a3d3aadd dl/rev-list-doc-cleanup later to maint).