@@ -43,6 +43,11 @@ Performance, Internal Implementation, Development Support etc.
4343 in-core, but the check would have triggered lazy fetching of such
4444 an object from a promissor remote.
4545
46+ * The argv_array API is useful for not just managing argv but any
47+ "vector" (NULL-terminated array) of strings, and has seen adoption
48+ to a certain degree. It has been renamed to "strvec" to reduce the
49+ barrier to adoption.
50+
4651
4752Fixes since v2.28
4853-----------------
@@ -82,10 +87,20 @@ Fixes since v2.28
8287 * Command line completion (in contrib/) update.
8388 (merge 688b87c81b mp/complete-show-color-moved later to maint).
8489
90+ * All "mergy" operations that internally use the merge-recursive
91+ machinery should honor the merge.renormalize configuration, but
92+ many of them didn't.
93+
8594 * Other code cleanup, docfix, build fix, etc.
8695 (merge 84544f2ea3 sk/typofixes later to maint).
8796 (merge b17f411ab5 ar/help-guides-doc later to maint).
8897 (merge 98c6871fad rs/grep-simpler-parse-object-or-die-call later to maint).
8998 (merge 861c4ce141 en/typofixes later to maint).
9099 (merge 60e47f6773 sg/ci-git-path-fix-with-pyenv later to maint).
91100 (merge e2bfa50ac3 jb/doc-packfile-name later to maint).
101+ (merge 918d8ff780 es/worktree-cleanup later to maint).
102+ (merge dc156bc31f ma/t1450-quotefix later to maint).
103+ (merge 56e743426b en/merge-recursive-comment-fixes later to maint).
104+ (merge 7d23ff818f rs/bisect-oid-to-hex-fix later to maint).
105+ (merge de20baf2c9 ny/notes-doc-sample-update later to maint).
106+ (merge f649aaaf82 so/rev-parser-errormessage-fix later to maint).
0 commit comments