Git fork

RelNotes: sync with Git 2.51.1 fixups

Carry over the fixups from 8c3d7c5f (RelNotes: minor fixups before
2.51.1, 2025-10-15).

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Kristoffer Haugsbakk and committed by
Junio C Hamano
4253630c 143f58ef

+5 -5
+5 -5
Documentation/RelNotes/2.52.0.adoc
··· 100 100 101 101 * CodingGuidelines now spells out how bitfields are to be written. 102 102 103 - * Adjust to the way newer versions of cURL selectivel enables tracing 103 + * Adjust to the way newer versions of cURL selectively enable tracing 104 104 options, so that our tests can continue to work. 105 105 (merge 1b5a6bfff3 jk/curl-global-trace-components later to maint). 106 106 ··· 212 212 name. 213 213 (merge bcb20dda83 js/doc-gitk-history later to maint). 214 214 215 - * Update the instruction to use of GGG in the MyFirstContribution 215 + * Update the instructions for using GGG in the MyFirstContribution 216 216 document to say that a GitHub PR could be made against `git/git` 217 217 instead of `gitgitgadget/git`. 218 218 (merge 37001cdbc4 ds/doc-ggg-pr-fork-clarify later to maint). 219 219 220 220 * Makefile tried to run multiple "cargo build" which would not work 221 - very well; serialize their execution to work it around. 221 + very well; serialize their execution to work around this problem. 222 222 (merge 0eeacde50e da/cargo-serialize later to maint). 223 223 224 224 * "git repack --path-walk" lost objects in some corner cases, which ··· 294 294 updated. 295 295 (merge 54a60e5b38 kh/you-still-use-whatchanged-fix later to maint). 296 296 297 - * Clang-format update to let our control macros formatted the way we 297 + * Clang-format update to let our control macros be formatted the way we 298 298 had them traditionally, e.g., "for_each_string_list_item()" without 299 299 space before the parentheses. 300 300 (merge 3721541d35 jt/clang-format-foreach-wo-space-before-parenthesis later to maint). 301 301 302 - * A few places where an size_t value was cast to curl_off_t without 302 + * A few places where a size_t value was cast to curl_off_t without 303 303 checking has been updated to use the existing helper function. 304 304 (merge ecc5749578 js/curl-off-t-fixes later to maint). 305 305