The third batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jun 21, 2019 at 11:26 UTC 8dca754b1e874719a732bc9ab7b0e14b21b1bc10
1 file changed +29
Documentation/RelNotes/2.23.0.txt
+29
@@ -43,6 +43,9 @@ UI, Workflows & Features
43 * "git help git" was hard to discover (well, at least for some
44 people).
45
46 + * The pattern "git diff/grep" use to extract funcname and words
47 + boundary for Rust has been added.
48 +
49
50 Performance, Internal Implementation, Development Support etc.
51
@@ -148,7 +151,33 @@ Fixes since v2.22
151 to honor the "--origin <name>" option.
152 (merge 1c4a9f9114 xl/record-partial-clone-origin later to maint).
153
154 + * "git fetch" into a lazy clone forgot to fetch base objects that are
155 + necessary to complete delta in a thin packfile, which has been
156 + corrected.
157 + (merge 810e19322d jt/partial-clone-missing-ref-delta-base later to maint).
158 +
159 + * The filter_data used in the list-objects-filter (which manages a
160 + lazily sparse clone repository) did not use the dynamic array API
161 + correctly---'nr' is supposed to point at one past the last element
162 + of the array in use. This has been corrected.
163 + (merge 7140600e2e md/list-objects-filter-memfix later to maint).
164 +
165 + * The description about slashes in gitignore patterns (used to
166 + indicate things like "anchored to this level only" and "only
167 + matches directories") has been revamped.
168 + (merge 1a58bad014 an/ignore-doc-update later to maint).
169 +
170 + * The URL decoding code has been updated to avoid going past the end
171 + of the string while parsing %-<hex>-<hex> sequence.
172 + (merge d37dc239a4 md/url-parse-harden later to maint).
173 +
174 + * The list of for-each like macros used by clang-format has been
175 + updated.
176 + (merge fc7e03aace mo/clang-format-for-each-update later to maint).
177 +
178 * Other code cleanup, docfix, build fix, etc.
179 (merge f547101b26 es/git-debugger-doc later to maint).
180 (merge 7877ac3d7b js/bisect-helper-check-get-oid-return-value later to maint).
181 (merge 0108f47eb3 sw/git-p4-unshelve-branched-files later to maint).
182 + (merge 9df8f734fd cm/send-email-document-req-modules later to maint).
183 + (merge afc3bf6eb1 ab/hash-object-doc later to maint).