@@ -68,6 +68,9 @@ UI, Workflows & Features
68
68
* A configuration variable tells "git fetch" to write the commit
69
69
graph after finishing.
70
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
+
71
74
72
75
Performance, Internal Implementation, Development Support etc.
73
76
@@ -123,6 +126,8 @@ Performance, Internal Implementation, Development Support etc.
123
126
124
127
* Update the way build artifacts in t/helper/ directory are ignored.
125
128
129
+ * Preparation for SHA-256 upgrade continues.
130
+
126
131
127
132
Fixes since v2.23
128
133
-----------------
@@ -268,6 +273,30 @@ Fixes since v2.23
268
273
has been fixed.
269
274
(merge b181676ce9 rs/convert-fix-utf-without-dash later to maint).
270
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
+
271
300
* Other code cleanup, docfix, build fix, etc.
272
301
(merge d1387d3895 en/fast-import-merge-doc later to maint).
273
302
(merge 1c24a54ea4 bm/repository-layout-typofix later to maint).
@@ -305,3 +334,4 @@ Fixes since v2.23
305
334
(merge 71f4960b91 js/mingw-spawn-with-spaces-in-path later to maint).
306
335
(merge 53d687bf5f ah/cleanups later to maint).
307
336
(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