@@ -121,6 +121,13 @@ Performance, Internal Implementation, Development Support etc.
121121 execute the git subcommands, especially built-ins, in "git-foo"
122122 form, which have been corrected.
123123
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+
124131
125132Fixes since v2.28
126133-----------------
@@ -263,6 +270,22 @@ Fixes since v2.28
263270 * Various callers of run_command API has been modernized.
264271 (merge afbdba391e jc/run-command-use-embedded-args later to maint).
265272
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+
266289 * Other code cleanup, docfix, build fix, etc.
267290 (merge 84544f2ea3 sk/typofixes later to maint).
268291 (merge b17f411ab5 ar/help-guides-doc later to maint).
@@ -285,3 +308,6 @@ Fixes since v2.28
285308 (merge 748f733d54 mt/checkout-entry-dead-code-removal later to maint).
286309 (merge ce820cbd58 dl/subtree-docs later to maint).
287310 (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