Skip to content

Commit 08da649

Browse files
committed
Eighth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 07f25ad commit 08da649

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

Documentation/RelNotes/2.24.0.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ UI, Workflows & Features
6868
* A configuration variable tells "git fetch" to write the commit
6969
graph after finishing.
7070

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+
7174

7275
Performance, Internal Implementation, Development Support etc.
7376

@@ -123,6 +126,8 @@ Performance, Internal Implementation, Development Support etc.
123126

124127
* Update the way build artifacts in t/helper/ directory are ignored.
125128

129+
* Preparation for SHA-256 upgrade continues.
130+
126131

127132
Fixes since v2.23
128133
-----------------
@@ -268,6 +273,30 @@ Fixes since v2.23
268273
has been fixed.
269274
(merge b181676ce9 rs/convert-fix-utf-without-dash later to maint).
270275

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+
271300
* Other code cleanup, docfix, build fix, etc.
272301
(merge d1387d3895 en/fast-import-merge-doc later to maint).
273302
(merge 1c24a54ea4 bm/repository-layout-typofix later to maint).
@@ -305,3 +334,4 @@ Fixes since v2.23
305334
(merge 71f4960b91 js/mingw-spawn-with-spaces-in-path later to maint).
306335
(merge 53d687bf5f ah/cleanups later to maint).
307336
(merge f537485fa5 rs/test-remove-useless-debugging-cat later to maint).
337+
(merge 11a3d3aadd dl/rev-list-doc-cleanup later to maint).

0 commit comments

Comments
 (0)