@@ -43,6 +43,11 @@ Performance, Internal Implementation, Development Support etc.
43
43
in-core, but the check would have triggered lazy fetching of such
44
44
an object from a promissor remote.
45
45
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
+
46
51
47
52
Fixes since v2.28
48
53
-----------------
@@ -82,10 +87,20 @@ Fixes since v2.28
82
87
* Command line completion (in contrib/) update.
83
88
(merge 688b87c81b mp/complete-show-color-moved later to maint).
84
89
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
+
85
94
* Other code cleanup, docfix, build fix, etc.
86
95
(merge 84544f2ea3 sk/typofixes later to maint).
87
96
(merge b17f411ab5 ar/help-guides-doc later to maint).
88
97
(merge 98c6871fad rs/grep-simpler-parse-object-or-die-call later to maint).
89
98
(merge 861c4ce141 en/typofixes later to maint).
90
99
(merge 60e47f6773 sg/ci-git-path-fix-with-pyenv later to maint).
91
100
(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