@@ -121,6 +121,13 @@ Performance, Internal Implementation, Development Support etc.
121
121
execute the git subcommands, especially built-ins, in "git-foo"
122
122
form, which have been corrected.
123
123
124
+ * An unused binary has been discarded, and and a bunch of commands
125
+ have been turned into into built-in.
126
+
127
+ * A handful of places in in-tree code still relied on being able to
128
+ execute the git subcommands, especially built-ins, in "git-foo"
129
+ form, which have been corrected.
130
+
124
131
125
132
Fixes since v2.28
126
133
-----------------
@@ -263,6 +270,22 @@ Fixes since v2.28
263
270
* Various callers of run_command API has been modernized.
264
271
(merge afbdba391e jc/run-command-use-embedded-args later to maint).
265
272
273
+ * List of options offered and accepted by "git add -i/-p" were
274
+ inconsistent, which have been corrected.
275
+ (merge ce910287e7 pw/add-p-allowed-options-fix later to maint).
276
+
277
+ * Various callers of run_command API has been modernized.
278
+ (merge afbdba391e jc/run-command-use-embedded-args later to maint).
279
+
280
+ * "git diff --stat -w" showed 0-line changes for paths whose changes
281
+ were only whitespaces, which was not intuitive. We now omit such
282
+ paths from the stat output.
283
+ (merge 1cf3d5db9b mr/diff-hide-stat-wo-textual-change later to maint).
284
+
285
+ * It was possible for xrealloc() to send a non-NULL pointer that has
286
+ been freed, which has been fixed.
287
+ (merge 6479ea4a8a jk/xrealloc-avoid-use-after-free later to maint).
288
+
266
289
* Other code cleanup, docfix, build fix, etc.
267
290
(merge 84544f2ea3 sk/typofixes later to maint).
268
291
(merge b17f411ab5 ar/help-guides-doc later to maint).
@@ -285,3 +308,6 @@ Fixes since v2.28
285
308
(merge 748f733d54 mt/checkout-entry-dead-code-removal later to maint).
286
309
(merge ce820cbd58 dl/subtree-docs later to maint).
287
310
(merge 55fe225dde jk/leakfix later to maint).
311
+ (merge ee22a29215 so/pretty-abbrev-doc later to maint).
312
+ (merge 3100fd5588 jc/post-checkout-doc later to maint).
313
+ (merge 17bae89476 pb/doc-external-diff-env later to maint).
0 commit comments