What's cooking (2025/07 #09)

Junio C Hamano committed Jul 31, 2025 at 16:16 UTC e401aa1804ba10a3b71a10a62bcf0955274c5d40
1 file changed +190 -167
whats-cooking.txt
+190 -167
@@ -1,10 +1,10 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Jul 2025, #08; Mon, 28)
2 +Subject: What's cooking in git.git (Jul 2025, #09; Thu, 31)
3 X-master-at: e813a0200a7121b97fec535f0d0b460b0a33356c
4 -X-next-at: 074bbf1d35d2c7b5734afbda4e3d569305a93f57
4 +X-next-at: 393fa4b64b12da3d3fdcefb02739bb1e82291dcc
5 Bcc: lwn@lwn.net, gitster@pobox.com
6
7 -What's cooking in git.git (Jul 2025, #08; Mon, 28)
7 +What's cooking in git.git (Jul 2025, #09; Thu, 31)
8 --------------------------------------------------
9
10 Here are the topics that have been cooking in my tree. Commits
@@ -48,49 +48,156 @@ Release tarballs are available at:
48 --------------------------------------------------
49 [New Topics]
50
51 +* ps/meson-clar-decls-fix (2025-07-29) 1 commit
52 + - meson: ensure correct "clar-decls.h" header is used
53 +
54 + Build fix.
55 +
56 + Will merge to 'next'.
57 + source: <20250729-b4-pks-meson-unit-tests-stale-decls-v1-1-4a7770c84307@pks.im>
58 +
59 +
60 +* ps/object-store-midx-dedup-info (2025-07-29) 9 commits
61 + - midx: compute paths via their source
62 + - midx: stop duplicating info redundant with its owning source
63 + - midx: write multi-pack indices via their source
64 + - midx: load multi-pack indices via their source
65 + - midx: drop redundant `struct repository` parameter
66 + - odb: return newly created in-memory sources
67 + - odb: allow `odb_find_source()` to fail
68 + - odb: store locality in object database sources
69 + - Merge branch 'ps/object-store-midx' into ps/object-store-midx-dedup-info
70 + (this branch uses ps/object-store-midx.)
71 +
72 + Further code clean-up for multi-pack-index code paths.
73 +
74 + source: <20250729-b4-pks-midx-deduplicate-source-info-v1-0-748db2eda3b5@pks.im>
75 +
76 +
77 +* ch/t7450-recursive-clone-test-fix (2025-07-30) 1 commit
78 + - t7450: inspect the correct path a broken code would write to
79 +
80 + Test fix.
81 +
82 + Will merge to 'next'.
83 + source: <pull.2022.v2.git.git.1753933780883.gitgitgadget@gmail.com>
84 +
85 +
86 +* jc/strbuf-split (2025-07-31) 12 commits
87 + - trace2: do not use strbuf_split*()
88 + - trace2: trim_trailing_newline followed by trim is a no-op
89 + - sub-process: do not use strbuf_split*()
90 + - environment: do not use strbuf_split*()
91 + - config: do not use strbuf_split()
92 + - notes: do not use strbuf_split*()
93 + - merge-tree: do not use strbuf_split*()
94 + - clean: do not use strbuf_split*() [part 2]
95 + - clean: do not use strbuf_split*() [part 1]
96 + - clean: do not pass strbuf by value
97 + - wt-status: avoid strbuf_split*()
98 + - Merge branch 'jc/string-list-split' into jc/strbuf-split
99 + (this branch uses jc/string-list-split.)
100 +
101 + Arrays of strbuf is often a wrong data structure to use, and
102 + strbuf_split*() family of functions that create them often have
103 + better alternatives.
104 +
105 + Update several code paths and replace strbuf_split*().
106 +
107 + Comments?
108 + source: <20250731225433.4028872-1-gitster@pobox.com>
109 +
110 +* jc/string-list-split (2025-07-31) 7 commits
111 + - string-list: split-then-remove-empty can be done while splitting
112 + - string-list: optionally omit empty string pieces in string_list_split*()
113 + - diff: simplify parsing of diff.colormovedws
114 + - string-list: optionally trim string pieces split by string_list_split*()
115 + - string-list: unify string_list_split* functions
116 + - string-list: align string_list_split() with its _in_place() counterpart
117 + - string-list: report programming error with BUG
118 + (this branch is used by jc/strbuf-split.)
119 +
120 + string_list_split*() family of functions have been extended to
121 + simplify common use cases.
122 +
123 + Comments?
124 + source: <20250731224607.3942417-1-gitster@pobox.com>
125 +
126 +* jc/test-hashmap-is-still-here (2025-07-30) 1 commit
127 + - test-hashmap: document why it is no longer used but still there
128 +
129 + Comment fix.
130 +
131 + Will merge to 'next'.
132 + source: <xmqqwm7ptghz.fsf@gitster.g>
133 +
134 +
135 +* js/prompt-crlf-fix (2025-07-31) 1 commit
136 + - interactive: do strip trailing CRLF from input
137 +
138 + Interactive prompt code did not correctly strip CRLF from the end
139 + of line on Windows.
140 +
141 + Will merge to 'next'.
142 + source: <2295f183-038c-4751-b04d-0f1819b67b3a@kdbg.org>
143 +
144 +--------------------------------------------------
145 +[Cooking]
146 +
147 * am/xdiff-hash-tweak (2025-07-28) 3 commits
148 - fixup! xdiff: optimize xdl_hash_record_verbatim
149 - xdiff: optimize xdl_hash_record_verbatim
150 - xdiff: refactor xdl_hash_record()
151
152 + Inspired by Ezekiel's recent effort to showcase Rust interface, the
153 + hash function implementation used to hash lines have been updated
154 + to the one used for ELF symbol lookup by Glibc.
155 +
156 + Comments?
157 source: <20250728190520.10962-1-amonakov@ispras.ru>
158
159
160 * cc/t9350-cleanup (2025-07-25) 1 commit
60 - - t9350: redirect input to only fast-import
161 + (merged to 'next' on 2025-07-29 at 3d39401b01)
162 + + t9350: redirect input to only fast-import
163
164 Test clean-up.
165
64 - Will merge to 'next'.
166 + Will merge to 'master'.
167 source: <20250725160536.2909011-1-christian.couder@gmail.com>
168
169
170 * hy/blame-simplify-get-commit-info (2025-07-27) 1 commit
69 - - blame: remove parameter detailed in get_commit_info()
171 + (merged to 'next' on 2025-07-29 at aa7b9a8ab6)
172 + + blame: remove parameter detailed in get_commit_info()
173
174 Code simplification.
175
73 - Will merge to 'next'.
176 + Will merge to 'master'.
177 source: <20250728035548.94277-1-hanyang.tony@bytedance.com>
178
179
180 * kn/for-each-ref-skip-updates (2025-07-28) 5 commits
78 - - ref-filter: use REF_ITERATOR_SEEK_SET_PREFIX instead of '1'
79 - - t6302: add test combining '--start-after' with '--exclude'
80 - - for-each-ref: reword the documentation for '--start-after'
81 - - for-each-ref: fix documentation argument ordering
82 - - ref-cache: use 'size_t' instead of int for length
181 + (merged to 'next' on 2025-07-29 at 6e97c528ef)
182 + + ref-filter: use REF_ITERATOR_SEEK_SET_PREFIX instead of '1'
183 + + t6302: add test combining '--start-after' with '--exclude'
184 + + for-each-ref: reword the documentation for '--start-after'
185 + + for-each-ref: fix documentation argument ordering
186 + + ref-cache: use 'size_t' instead of int for length
187 (this branch uses kn/for-each-ref-skip.)
188
189 Code clean-up.
190
87 - Will merge to 'next'?
191 + Will merge to 'master'.
192 + cf. <aIiAj8COJOAXv-xe@pks.im>
193 source: <20250728-kn-small-cleanups-v2-0-d3021c8bf471@gmail.com>
194
195
91 -* ps/remote-rename-fix (2025-07-28) 5 commits
196 +* ps/remote-rename-fix (2025-07-31) 7 commits
197 - builtin/remote: only iterate through refs that are to be renamed
198 - builtin/remote: rework how remote refs get renamed
199 + - builtin/remote: determine whether refs need renaming early on
200 + - builtin/remote: fix sign comparison warnings
201 - refs: simplify logic when migrating reflog entries
202 - refs: pass refname when invoking reflog entry callback
203 - Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fix
@@ -100,8 +207,7 @@ Release tarballs are available at:
207 upstream/HEAD when origin/HEAD is unborn and performed other
208 renames extremely inefficiently, which has been corrected.
209
103 - Will merge to 'next'?
104 - source: <20250728-pks-remote-rename-improvements-v1-0-f654f2b5c5ae@pks.im>
210 + source: <20250731-pks-remote-rename-improvements-v2-0-dda6f083674d@pks.im>
211
212
213 * rs/tighten-alias-help (2025-07-25) 1 commit
@@ -115,95 +221,6 @@ Release tarballs are available at:
221 Will merge to 'next'?
222 source: <a35dc2bf-015c-472d-9528-6763f7aac180@web.de>
223
118 ---------------------------------------------------
119 -[Graduated to 'master']
120 -
121 -* ac/auto-comment-char-fix (2025-07-16) 2 commits
122 - (merged to 'next' on 2025-07-21 at be3e6c3480)
123 - + config: set comment_line_str to "#" when core.commentChar=auto
124 - + commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
125 -
126 - "git commit" that concludes a conflicted merge failed to notice and remove
127 - existing comment added automatically (like "# Conflicts:") when the
128 - core.commentstring is set to 'auto'.
129 - source: <cover.1752665506.git.ayu.chandekar@gmail.com>
130 -
131 -
132 -* bc/contribution-under-non-real-names (2025-07-15) 1 commit
133 - (merged to 'next' on 2025-07-16 at 6ba607880d)
134 - + SubmittingPatches: allow non-real name contributions
135 -
136 - Document that we do not require "real" name when signing your
137 - patches off.
138 - source: <20250716002523.1392423-1-sandals@crustytoothpaste.net>
139 -
140 -
141 -* kl/test-installed-fix (2025-07-15) 2 commits
142 - (merged to 'next' on 2025-07-16 at 512176f26c)
143 - + test-lib: respect GIT_TEST_INSTALLED when querying default hash
144 - + Merge branch 'bc/use-sha256-by-default-in-3.0' into kl/test-installed-fix
145 -
146 - GIT_TEST_INSTALLED was not honored in the recent topic related to
147 - SHA256 hashes, which has been corrected.
148 - source: <pull.2011.git.git.1752605874596.gitgitgadget@gmail.com>
149 -
150 -
151 -* pw/adopt-c99-bool-officially (2025-07-16) 3 commits
152 - (merged to 'next' on 2025-07-16 at 62afce02b7)
153 - + strbuf: convert predicates to return bool
154 - + git-compat-util: convert string predicates to return bool
155 - + CodingGuidelines: allow the use of bool
156 -
157 - Declare weather-balloon we raised for "bool" type 18 months ago a
158 - success and officially allow using the type in our codebase.
159 - source: <cover.1752658700.git.phillip.wood@dunelm.org.uk>
160 -
161 -
162 -* pw/config-kvi-remove-path (2025-07-15) 1 commit
163 - (merged to 'next' on 2025-07-16 at 3203507b49)
164 - + config: remove unneeded struct field
165 -
166 - Remove a redundant member from kvi struct.
167 - source: <31724ce432b19088b7c7643654788d8e712b3193.1752588042.git.phillip.wood@dunelm.org.uk>
168 -
169 -
170 -* rj/meson-libexecdir-fix (2025-07-15) 2 commits
171 - (merged to 'next' on 2025-07-16 at 36c2be9510)
172 - + po/meson.build: add missing 'ga' language code
173 - + meson: fix installation when -Dlibexexdir is set
174 -
175 - Meson-based build did not handle libexecdir setting correctly,
176 - which has been corrected.
177 - source: <20250715233239.1539780-1-ramsay@ramsayjones.plus.com>
178 -
179 -
180 -* rs/pop-recent-commit-with-prio-queue (2025-07-18) 3 commits
181 - (merged to 'next' on 2025-07-22 at b859ed88ed)
182 - + commit: use prio_queue_replace() in pop_most_recent_commit()
183 - + prio-queue: add prio_queue_replace()
184 - + commit: convert pop_most_recent_commit() to prio_queue
185 -
186 - The pop_most_recent_commit() function can have quite expensive
187 - worst case performance characteristics, which has been optimized by
188 - using prio-queue data structure.
189 - source: <8ff40c56-368a-4347-aeae-2aca2cb6a5b2@web.de>
190 -
191 -
192 -* ss/compat-bswap-revamp (2025-07-15) 6 commits
193 - (merged to 'next' on 2025-07-16 at c8713eca28)
194 - + bswap.h: provide a built-in based version of bswap32/64 if possible
195 - + bswap.h: remove optimized x86 version of bswap32/64
196 - + bswap.h: always overwrite ntohl/ ntohll macros
197 - + bswap.h: define GIT_LITTLE_ENDIAN on msvc as little endian
198 - + bswap.h: add support for __BYTE_ORDER__
199 - + Merge branch 'ss/revert-builtin-bswap-stuff' into ss/compat-bswap-revamp
200 -
201 - Clean-up compat/bswap.h mess.
202 - cf. <aHbX4hIKbjO6h1R5@fruit.crustytoothpaste.net>
203 - source: <20250715191230.12081-1-sebastian@breakpoint.cc>
204 -
205 ---------------------------------------------------
206 -[Cooking]
224
225 * jc/document-test-balloons-in-flight (2025-07-23) 1 commit
226 (merged to 'next' on 2025-07-24 at c239410df9)
@@ -290,16 +307,18 @@ Release tarballs are available at:
307 source: <20250723235929.GB592873@coredump.intra.peff.net>
308
309
293 -* jb/t7510-gpg-program-path (2025-07-28) 2 commits
294 - - t7510: Windows fix
310 +* jb/t7510-gpg-program-path (2025-07-24) 2 commits
311 + (merged to 'next' on 2025-07-29 at f5dc13f52d)
312 + + t7510: use $PWD instead of $(pwd) inside PATH
313 (merged to 'next' on 2025-07-24 at eb8bc447f9)
314 + t7510: add test cases for non-absolute gpg program
315
316 A new test to ensure that a recent change will keep working.
317
300 - Broken on Windows.
318 + Will merge to 'master'.
319 cf. <20250725043043.GA3002998@coredump.intra.peff.net>
320 source: <20250722190922.51183-3-jonas.brandstoetter@gmx.at>
321 + source: <20250725051309.GA3003751@coredump.intra.peff.net>
322
323
324 * jc/do-not-scan-argv-without-parsing (2025-07-21) 1 commit
@@ -334,18 +353,20 @@ Release tarballs are available at:
353
354
355 * jt/switch-restore-no-longer-experimental (2025-07-28) 1 commit
337 - - builtin: unmark git-switch and git-restore as experimental
356 + (merged to 'next' on 2025-07-29 at 3c2cf5ab46)
357 + + builtin: unmark git-switch and git-restore as experimental
358
359 Declare that "git switch" and "git restore" are no longer
360 experimental.
361
342 - Will merge to 'next'.
362 + Will merge to 'master'.
363 source: <20250728194218.2379432-1-jltobler@gmail.com>
364
365
346 -* ps/reflog-migrate-fixes (2025-07-24) 8 commits
366 +* ps/reflog-migrate-fixes (2025-07-29) 9 commits
367 - refs: fix invalid old object IDs when migrating reflogs
368 - refs: stop unsetting REF_HAVE_OLD for log-only updates
369 + - refs/files: detect race when generating reflog entry for HEAD
370 - refs: fix identity for migrated reflogs
371 - ident: fix type of string length parameter
372 - builtin/reflog: implement subcommand to write new entries
@@ -357,8 +378,8 @@ Release tarballs are available at:
378 "git refs migrate" to migrate the reflog entries from a refs
379 backend to another had a handful of bugs squashed.
380
360 - Will merge to 'next'.
361 - source: <20250725-pks-reflog-append-v2-0-e4e7cbe3f578@pks.im>
381 + Will merge to 'next'?
382 + source: <20250729-pks-reflog-append-v3-0-9614d310f073@pks.im>
383
384
385 * jc/ci-print-test-failures-fix (2025-07-16) 1 commit
@@ -392,34 +413,36 @@ Release tarballs are available at:
413
414
415 * ps/config-wo-the-repository (2025-07-23) 22 commits
395 - - config: fix sign comparison warnings
396 - - config: move Git config parsing into "environment.c"
397 - - config: remove unused `the_repository` wrappers
398 - - config: drop `git_config_set_multivar()` wrapper
399 - - config: drop `git_config_get_multivar_gently()` wrapper
400 - - config: drop `git_config_set_multivar_in_file_gently()` wrapper
401 - - config: drop `git_config_set_in_file_gently()` wrapper
402 - - config: drop `git_config_set()` wrapper
403 - - config: drop `git_config_set_gently()` wrapper
404 - - config: drop `git_config_set_in_file()` wrapper
405 - - config: drop `git_config_get_bool()` wrapper
406 - - config: drop `git_config_get_ulong()` wrapper
407 - - config: drop `git_config_get_int()` wrapper
408 - - config: drop `git_config_get_string()` wrapper
409 - - config: drop `git_config_get_string()` wrapper
410 - - config: drop `git_config_get_string_multi()` wrapper
411 - - config: drop `git_config_get_value()` wrapper
412 - - config: drop `git_config_get_value()` wrapper
413 - - config: drop `git_config_get()` wrapper
414 - - config: drop `git_config_clear()` wrapper
415 - - config: drop `git_config()` wrapper
416 - - Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
416 + (merged to 'next' on 2025-07-29 at 13da88e8fb)
417 + + config: fix sign comparison warnings
418 + + config: move Git config parsing into "environment.c"
419 + + config: remove unused `the_repository` wrappers
420 + + config: drop `git_config_set_multivar()` wrapper
421 + + config: drop `git_config_get_multivar_gently()` wrapper
422 + + config: drop `git_config_set_multivar_in_file_gently()` wrapper
423 + + config: drop `git_config_set_in_file_gently()` wrapper
424 + + config: drop `git_config_set()` wrapper
425 + + config: drop `git_config_set_gently()` wrapper
426 + + config: drop `git_config_set_in_file()` wrapper
427 + + config: drop `git_config_get_bool()` wrapper
428 + + config: drop `git_config_get_ulong()` wrapper
429 + + config: drop `git_config_get_int()` wrapper
430 + + config: drop `git_config_get_string()` wrapper
431 + + config: drop `git_config_get_string()` wrapper
432 + + config: drop `git_config_get_string_multi()` wrapper
433 + + config: drop `git_config_get_value()` wrapper
434 + + config: drop `git_config_get_value()` wrapper
435 + + config: drop `git_config_get()` wrapper
436 + + config: drop `git_config_clear()` wrapper
437 + + config: drop `git_config()` wrapper
438 + + Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
439 + (this branch is used by pw/3.0-commentchar-auto-deprecation.)
440
441 The config API had a set of convenience wrapper functions that
442 implicitly use the_repository instance; they have been removed and
443 inlined at the calling sites.
444
422 - Will merge to 'next'?
445 + Will merge to 'master'.
446 source: <20250723-pks-config-wo-the-repository-v2-0-1502d60d3867@pks.im>
447
448
@@ -433,17 +456,18 @@ Release tarballs are available at:
456 source: <20250718170225.6063-1-carenas@gmail.com>
457
458
436 -* pw/3.0-commentchar-auto-deprecation (2025-07-08) 2 commits
459 +* pw/3.0-commentchar-auto-deprecation (2025-07-31) 4 commits
460 - commit: print advice when core.commentString=auto
461 + - config: warn on core.commentString=auto
462 - breaking-changes: deprecate support for core.commentString=auto
463 + - Merge branch 'ps/config-wo-the-repository' into pw/3.0-commentchar-auto-deprecation
464 + (this branch uses ps/config-wo-the-repository.)
465
466 Proposes to deprecate "core.commentChar=auto" that attempts to
467 dynamically pick a suitable comment character, as it is too much
468 trouble to support for little benefit.
469
444 - Expecting a reroll.
445 - cf. <b811a0dc-fb49-4f66-a9ae-89a45d7ff104@gmail.com>
446 - source: <cover.1751983009.git.phillip.wood@dunelm.org.uk>
470 + source: <cover.1753975294.git.phillip.wood@dunelm.org.uk>
471
472
473 * ps/object-store-midx (2025-07-15) 9 commits
@@ -457,6 +481,7 @@ Release tarballs are available at:
481 + midx: start tracking per object database source
482 + Merge branch 'tb/midx-avoid-cruft-packs' into ps/object-store-midx
483 + Merge branch 'ps/object-store' into ps/object-store-midx
484 + (this branch is used by ps/object-store-midx-dedup-info.)
485
486 Redefine where the multi-pack-index sits in the object subsystem,
487 which recently was restructured to allow multiple backends that
@@ -490,7 +515,9 @@ Release tarballs are available at:
515 Reduce implicit assumption and dependence on the_repository in the
516 object-file subsystem.
517
493 - Comments?
518 + Will merge to 'next'.
519 + cf. <87ms8na1mc.fsf@iotcl.com>
520 + cf. <aIhm_nqiH8Sci12i@pks.im>
521 source: <20250717-pks-object-file-wo-the-repository-v2-0-36d2cd6c700e@pks.im>
522
523
@@ -522,33 +549,30 @@ Release tarballs are available at:
549 source: <20250715-306-git-for-each-ref-pagination-v5-0-852d5a2f56e1@gmail.com>
550
551
525 -* tc/last-modified (2025-07-18) 6 commits
526 - - fixup! last-modified: support --extended format
527 - - last-modified: support --extended format
528 - - pretty: allow caller to disable indentation
529 - - last-modified: use Bloom filters when available
530 - - t/perf: add last-modified perf script
531 - - last-modified: new subcommand to show when files were last modified
552 +* tc/last-modified (2025-07-30) 4 commits
553 + . last-modified: use Bloom filters when available
554 + . commit-graph: export prepare_commit_graph()
555 + . t/perf: add last-modified perf script
556 + . last-modified: new subcommand to show when files were last modified
557
558 A new command "git last-modified" is proposed to show the closest
559 ancestor commit that touched each path.
560
536 - Still in flux.
561 + Comments?
562 source: <20250716133206.1787549-1-toon@iotcl.com>
563
564
565 * lo/repo-info (2025-07-21) 5 commits
541 - . repo: add the --format flag
542 - . repo: add field layout.shallow
543 - . repo: add field layout.bare
544 - . repo: add the field references.format
545 - . repo: declare the repo command
566 + - repo: add the --format flag
567 + - repo: add field layout.shallow
568 + - repo: add field layout.bare
569 + - repo: add the field references.format
570 + - repo: declare the repo command
571
572 A new subcommand "git repo" gives users a way to grab various
573 repository characteristics.
574
550 - Expecting a reroll.
551 - Ejected as it seems to break CI when merged to 'seen'.
575 + Still in flux.
576 source: <20250722002835.33428-1-lucasseikioshiro@gmail.com>
577
578
@@ -626,22 +650,21 @@ Release tarballs are available at:
650 source: <20250724152418.45226-1-jayatheerthkulkarni2005@gmail.com>
651
652
629 -* lm/add-p-context (2025-07-23) 5 commits
630 - - fixup! add-patch: add diff.context command line overrides
631 - - add-patch: add diff.context command line overrides
632 - - add-patch: respect diff.context configuration
633 - - t: use test_config in t4055
634 - - t: use test_grep in t3701 and t4055
653 +* lm/add-p-context (2025-07-29) 4 commits
654 + (merged to 'next' on 2025-07-29 at 393fa4b64b)
655 + + add-patch: add diff.context command line overrides
656 + + add-patch: respect diff.context configuration
657 + + t: use test_config in t4055
658 + + t: use test_grep in t3701 and t4055
659
660 "git add/etc -p" now honors diff.context configuration variable,
661 and learns to honor -U<n> option.
662
639 - Expecting a reroll.
640 - cf. <49703ba5-5f2a-4e91-b9c7-5500720d5d3d@gmail.com>
641 - source: <pull.1915.v4.git.1752928113.gitgitgadget@gmail.com>
663 + Will merge to 'master'.
664 + source: <pull.1915.v5.git.1753772511.gitgitgadget@gmail.com>
665
666
644 -* cc/promisor-remote-capability (2025-07-21) 5 commits
667 +* cc/promisor-remote-capability (2025-07-31) 5 commits
668 - promisor-remote: use string constants for 'name' and 'url' too
669 - promisor-remote: allow a client to check fields
670 - promisor-remote: refactor how we parse advertised fields
@@ -653,7 +676,7 @@ Release tarballs are available at:
676 communicated from the server side.
677
678 Will merge to 'next'?
656 - source: <20250721141056.2283349-1-christian.couder@gmail.com>
679 + source: <20250731072401.3817074-1-christian.couder@gmail.com>
680
681 --------------------------------------------------
682 [Discarded]