What's cooking (2025/07 #03)

Junio C Hamano committed Jul 9, 2025 at 16:59 UTC 216267f4e99e00350bc0dcfd7b92038d8343db0b
1 file changed +212 -216
whats-cooking.txt
+212 -216
@@ -1,10 +1,10 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Jul 2025, #02; Mon, 7)
3 -X-master-at: 41905d60226a0346b22f0d0d99428c746a5a3b14
4 -X-next-at: 47e2ae64b46a2c091f24d8c3b331eb51dbdf637c
2 +Subject: What's cooking in git.git (Jul 2025, #03; Wed, 9)
3 +X-master-at: a30f80fde927d70950b3b4d1820813480968fb0d
4 +X-next-at: 200b4b24a8ac9854c1ce0ce9b5a71154ac03e9dc
5 Bcc: lwn@lwn.net, gitster@pobox.com
6
7 -What's cooking in git.git (Jul 2025, #02; Mon, 7)
7 +What's cooking in git.git (Jul 2025, #03; Wed, 9)
8 --------------------------------------------------
9
10 Here are the topics that have been cooking in my tree. Commits
@@ -17,10 +17,6 @@ topic without enough support may be discarded after a long period of
17 no activity (of course they can be resubmit when new interests
18 arise).
19
20 -Since Git 2.50 was tagged, it seems that number of old topics that
21 -are expecting a reroll has not shrunk. We may want to do something
22 -about older ones.
23 -
20 Copies of the source code to Git live in many repositories, and the
21 following is a list of the ones I push into or their mirrors. Some
22 repositories have only a subset of branches.
@@ -52,114 +48,118 @@ Release tarballs are available at:
48 --------------------------------------------------
49 [Graduated to 'master']
50
55 -* ag/imap-send-resurrection (2025-06-19) 10 commits
56 - (merged to 'next' on 2025-06-23 at 7c2003159b)
57 - + imap-send: fix minor mistakes in the logs
58 - + imap-send: display the destination mailbox when sending a message
59 - + imap-send: display port alongwith host when git credential is invoked
60 - + imap-send: add ability to list the available folders
61 - + imap-send: enable specifying the folder using the command line
62 - + imap-send: add PLAIN authentication method to OpenSSL
63 - + imap-send: add support for OAuth2.0 authentication
64 - + imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
65 - + imap-send: fix memory leak in case auth_cram_md5 fails
66 - + imap-send: fix bug causing cfg->folder being set to NULL
67 - (this branch is used by jt/imap-send-message-fix.)
68 -
69 - "git imap-send" has been broken for a long time, which has been
70 - resurrected and then taught to talk OAuth2.0 etc.
71 - source: <PN3PR01MB9597F9CAD0DA83152E651194B87CA@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM>
72 -
73 -
74 -* cb/ci-freebsd-update-to-14.3 (2025-06-30) 1 commit
75 - (merged to 'next' on 2025-07-02 at def60da09b)
76 - + ci: update FreeBSD image to 14.3
77 -
78 - CI updates.
79 - source: <pull.2006.git.git.1751345578742.gitgitgadget@gmail.com>
80 -
81 -
82 -* cb/daemon-fd-check-fix (2025-06-26) 1 commit
83 - (merged to 'next' on 2025-06-30 at 7a88e3eff9)
84 - + daemon: remove unnecesary restriction for listener fd
51 +* kn/fetch-push-bulk-ref-update (2025-06-20) 6 commits
52 + (merged to 'next' on 2025-07-02 at db06df3871)
53 + + receive-pack: handle reference deletions separately
54 + + refs/files: skip updates with errors in batched updates
55 + + receive-pack: use batched reference updates
56 + + send-pack: fix memory leak around duplicate refs
57 + + fetch: use batched reference updates
58 + + refs: add function to translate errors to strings
59
86 - Remove unnecessary check from "git daemon" code.
87 - source: <20250626095139.70751-1-carenas@gmail.com>
60 + "git push" and "git fetch" are taught to update refs in batches to
61 + gain performance.
62 + source: <20250519-501-update-git-fetch-1-to-use-partial-transactions-v3-0-6cdfd4f769b9@gmail.com>
63 + source: <20250620-6769-address-test-failures-in-the-next-branch-caused-by-batched-reference-updates-v5-0-f35ee6b59a82@gmail.com>
64
65 +--------------------------------------------------
66 +[New Topics]
67
90 -* cb/daemon-retry-interrupted-accept (2025-06-27) 1 commit
91 - (merged to 'next' on 2025-07-02 at 8ad80bb873)
92 - + daemon: correctly handle soft accept() errors in service_loop
68 +* ps/doc-pack-refs-auto-with-files-backend-fix (2025-07-08) 1 commit
69 + (merged to 'next' on 2025-07-09 at 200b4b24a8)
70 + + docs/git-pack-refs: document heuristic used for packing loose refs
71
94 - When "git daemon" sees a signal while attempting to accept() a new
95 - client, instead of retrying, it skipped it by mistake, which has
96 - been corrected.
97 - cf. <xmqqv7od452s.fsf@gitster.g>
98 - source: <20250627231404.27100-1-carenas@gmail.com>
72 + Doc update.
73
74 + Will merge to 'master'.
75 + source: <20250708-b4-pks-pack-refs-document-files-heuristic-v1-1-e28d65a94573@pks.im>
76
101 -* jj/doc-branch-markup-fix (2025-06-29) 1 commit
102 - (merged to 'next' on 2025-07-02 at a83386e565)
103 - + doc: improve formatting in branch section
77
105 - Doc markup fix.
106 - source: <20250629190445.10185-1-kuba@kubajecminek.cz>
78 +* ps/refs-files-remove-empty-parent (2025-07-08) 1 commit
79 + (merged to 'next' on 2025-07-09 at f726af7117)
80 + + refs/files: remove empty parent dirs when ref creation fails
81
82 + When a ref creation at refs/heads/foo/bar fails, the files backend
83 + now removes refs/heads/foo/ if the directory is otherwise not used.
84
109 -* jk/fix-leak-send-pack (2025-07-01) 2 commits
110 - (merged to 'next' on 2025-07-02 at 666bd0f1ca)
111 - + send-pack: clean-up even when taking an early exit
112 - + send-pack: clean up extra_have oid array
85 + Will merge to 'master'.
86 + source: <20250708-b4-pks-reffiles-prune-empty-dirs-on-abort-v1-1-3bae02e4f034@pks.im>
87
114 - Leakfix.
115 - source: <20250627-jk-fix-leak-send-pack-v1-1-aadcf0ed8a4b@gmail.com>
88
89 +* ps/t1006-tap-fix (2025-07-08) 1 commit
90 + (merged to 'next' on 2025-07-09 at bbed1acc2a)
91 + + t1006: fix broken TAP format
92
118 -* jk/submodule-remote-lookup-cleanup (2025-06-23) 7 commits
119 - (merged to 'next' on 2025-06-24 at 0354a7779f)
120 - + submodule: look up remotes by URL first
121 - + submodule: move get_default_remote_submodule()
122 - + submodule--helper: improve logic for fallback remote name
123 - + remote: remove the_repository from some functions
124 - + dir: move starts_with_dot(_dot)_slash to dir.h
125 - + remote: fix tear down of struct remote
126 - + remote: remove branch->merge_name and fix branch_release()
93 + Test fix.
94
128 - Updating submodules from the upstream did not work well when
129 - submodule's HEAD is detached, which has been improved.
130 - source: <20250623-jk-submodule-helper-use-url-v4-0-133ef3d89569@gmail.com>
95 + Will merge to 'master'.
96 + source: <20250708-b4-pks-t1006-fix-tap-format-v1-1-c3f837448364@pks.im>
97
98
133 -* jt/imap-send-message-fix (2025-06-20) 3 commits
134 - (merged to 'next' on 2025-06-24 at 106e5c22eb)
135 - + imap-send: improve error messages with configuration hints
136 - + imap-send: fix confusing 'store' terminology in error message
137 - + Merge branch 'ag/imap-send-resurrection' into jt/imap-send-message-fix
138 - (this branch uses ag/imap-send-resurrection.)
99 +* pw/3.0-commentchar-auto-deprecation (2025-07-08) 2 commits
100 + - commit: print advice when core.commentString=auto
101 + - breaking-changes: deprecate support for core.commentString=auto
102
140 - Update some error messages from "git imap-send".
141 - source: <20250620155614.901816-1-joerg@thalheim.io>
103 + Proposes to deprecate "core.commentChar=auto" that attempts to
104 + dynamically pick a suitable comment character, as it is too much
105 + trouble to support for little benefit.
106
107 + Comments?
108 + source: <cover.1751983009.git.phillip.wood@dunelm.org.uk>
109 +
110 +
111 +* ps/object-store-midx (2025-07-09) 9 commits
112 + - midx: remove now-unused linked list of multi-pack indices
113 + - packfile: stop using linked MIDX list in `get_all_packs()`
114 + - packfile: stop using linked MIDX list in `find_pack_entry()`
115 + - packfile: refactor `get_multi_pack_index()` to work on sources
116 + - midx: track whether we have loaded the MIDX
117 + - midx: stop using linked list when closing MIDX
118 + - packfile: refactor `prepare_packed_git_one()` to work on sources
119 + - midx: start tracking per object database source
120 + - Merge branch 'ps/object-store' into ps/object-store-midx
121 + (this branch uses ps/object-store.)
122 +
123 + Redefine where the multi-pack-index sits in the object subsystem,
124 + which recently was restructured to allow multiple backends that
125 + support a single object source that belongs to one repository. A
126 + midx does span mulitple "object sources".
127
144 -* ps/contrib-sweep (2025-05-12) 11 commits
145 - (merged to 'next' on 2025-06-24 at 5d97a089a8)
146 - + contrib: remove some scripts in "stats" directory
147 - + contrib: remove "git-new-workdir"
148 - + contrib: remove "emacs" directory
149 - + contrib: remove "git-resurrect.sh"
150 - + contrib: remove "persistent-https" remote helper
151 - + contrib: remove "mw-to-git"
152 - + contrib: remove "hooks" directory
153 - + contrib: remove "thunderbird-patch-inline"
154 - + contrib: remove remote-helper stubs
155 - + contrib: remove "examples" directory
156 - + contrib: remove "remotes2config.sh"
128 + Comments?
129 + source: <20250709-b4-pks-midx-via-odb-alternate-v1-0-f31150d21331@pks.im>
130 +
131 +
132 +* ps/object-file-wo-the-repository (2025-07-09) 20 commits
133 + - object-file: drop USE_THE_REPOSITORY_VARIABLE
134 + - environment: move object creation mode into repo settings
135 + - environment: move compression level into repo settings
136 + - object-file: get rid of `the_repository` in index-related functions
137 + - object-file: get rid of `the_repository` in `force_object_loose()`
138 + - object-file: get rid of `the_repository` in `read_loose_object()`
139 + - object-file: get rid of `the_repository` in loose object iterators
140 + - object-file: remove declaration for `for_each_file_in_obj_subdir()`
141 + - object-file: inline `for_each_loose_file_in_objdir_buf()`
142 + - object-file: get rid of `the_repository` when writing objects
143 + - odb: introduce `odb_write_object()`
144 + - loose: write loose objects map via their source
145 + - object-file: get rid of `the_repository` in `finalize_object_file()`
146 + - object-file: get rid of `the_repository` in `loose_object_info()`
147 + - object-file: get rid of `the_repository` when freshening objects
148 + - object-file: inline `check_and_freshen()` functions
149 + - object-file: get rid of `the_repository` in `has_loose_object()`
150 + - object-file: stop using `the_hash_algo`
151 + - object-file: fix -Wsign-compare warnings
152 + - Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
153 + (this branch uses ps/object-store.)
154 +
155 + Reduce implicit assumption and dependence on the_repository in the
156 + object-file subsystem.
157
158 - Remove bunch of stuff from contrib/ hierarchy.
159 - source: <20250512-pks-contrib-spring-cleanup-v3-0-32e151b0bfb0@pks.im>
158 + Comments?
159 + source: <20250709-pks-object-file-wo-the-repository-v1-0-62627b55707f@pks.im>
160
161 --------------------------------------------------
162 -[New Topics]
162 +[Cooking]
163
164 * bs/remote-helpers-doc-markup-fix (2025-07-02) 1 commit
165 (merged to 'next' on 2025-07-07 at 60c2a47d1b)
@@ -183,23 +183,25 @@ Release tarballs are available at:
183
184
185 * ps/use-reftable-as-default-in-3.0 (2025-07-04) 2 commits
186 - - setup: use "reftable" format when experimental features are enabled
187 - - BreakingChanges: announce switch to "reftable" format
186 + (merged to 'next' on 2025-07-07 at 3f3402f221)
187 + + setup: use "reftable" format when experimental features are enabled
188 + + BreakingChanges: announce switch to "reftable" format
189
190 The reftable ref backend has matured enough; Git 3.0 will make it
191 the default format in a newly created repositories by default.
192
192 - Will merge to 'next'.
193 + Will merge to 'master'.
194 source: <20250704-pks-reftable-default-backend-v3-0-a1eb63e8442a@pks.im>
195
196
197 * hy/read-cache-lock-error-fix (2025-07-03) 1 commit
197 - - read-cache: report lock error when refreshing index
198 + (merged to 'next' on 2025-07-07 at a97a188a9e)
199 + + read-cache: report lock error when refreshing index
200
201 A failure to open the index file for writing due to conflicting
202 access did not state what went wrong, which has been corrected.
203
202 - Will merge to 'next'.
204 + Will merge to 'master'.
205 source: <20250703074502.45593-1-hanyang.tony@bytedance.com>
206
207
@@ -214,7 +216,7 @@ Release tarballs are available at:
216 source: <20250703224428.GB1909836@coredump.intra.peff.net>
217
218
217 -* jk/remote-avoid-overlapping-names (2025-07-05) 1 commit
219 +* jk/remote-avoid-overlapping-names (2025-07-08) 1 commit
220 - remote: detect collisions in remote names
221
222 "git remote" now detects remote names that overlap with each other
@@ -222,11 +224,11 @@ Release tarballs are available at:
224 same time), as it will lead to overlapping remote-tracking
225 branches.
226
225 - Will merge to 'next'?
226 - source: <20250705185842.GA2496172@coredump.intra.peff.net>
227 + Will merge to 'next'.
228 + source: <20250708225946.GC1180568@coredump.intra.peff.net>
229
230
229 -* ps/meson-cleanups (2025-07-03) 8 commits
231 +* ps/meson-cleanups (2025-07-08) 8 commits
232 - ci: use Meson's new `--slice` option
233 - meson: update subproject wrappers
234 - meson: fix GIT_EXEC_PATH with overridden -Dlibexecdir=
@@ -238,58 +240,63 @@ Release tarballs are available at:
240
241 Meson-based build update.
242
241 - Breaks Windows CI job at GitHub.
242 - source: <20250703-b4-pks-meson-cleanups-v1-0-2804c2932abe@pks.im>
243 + Will merge to 'next'?
244 + source: <20250708-b4-pks-meson-cleanups-v2-0-94ac53cd4b95@pks.im>
245
246
247 * ps/perlless-test-fixes (2025-07-07) 2 commits
246 - - t5333: fix missing terminator for sed(1) 's' command
247 - - t4150: fix warning printed by awk due to escaped '\@'
248 + (merged to 'next' on 2025-07-07 at 2c56966ff8)
249 + + t5333: fix missing terminator for sed(1) 's' command
250 + + t4150: fix warning printed by awk due to escaped '\@'
251
252 Test fixes.
253
251 - Will merge to 'next'.
254 + Will merge to 'master'.
255 source: <20250707-b4-pks-t-perlless-fixes-v1-0-92b2de1c3dd0@pks.im>
256
257
258 * re/ssh-sign-buffer-fix (2025-07-07) 1 commit
256 - - ssh signing: don't detach the filename strbuf from key_file tempfile
259 + (merged to 'next' on 2025-07-07 at 36dad3e4dc)
260 + + ssh signing: don't detach the filename strbuf from key_file tempfile
261
262 Tempfile removal fix in the codepath to sign commits with SSH keys.
263
260 - Will merge to 'next'.
264 + Will merge to 'master'.
265 source: <20250707184852.16010-1-redoste@redoste.xyz>
266
267
268 * rj/freebsd-sysinfo-build-fix (2025-07-04) 1 commit
265 - - build: fix FreeBSD build when sysinfo compat library installed
269 + (merged to 'next' on 2025-07-07 at bc4cbfd76d)
270 + + build: fix FreeBSD build when sysinfo compat library installed
271
272 Build fix for FreeBSD.
273
269 - Will merge to 'next'.
274 + Will merge to 'master'.
275 source: <e6a80163-47ef-436b-98a6-2ac39c477080@ramsayjones.plus.com>
276
277
278 * rp/apply-intent-to-add-fix (2025-07-07) 4 commits
274 - - apply docs: clarify wording for --intent-to-add
275 - - t4140: test apply --intent-to-add interactions
276 - - apply: only write intents to add for new files
277 - - apply: read in the index in --intent-to-add mode
279 + (merged to 'next' on 2025-07-07 at 957e3fd081)
280 + + apply docs: clarify wording for --intent-to-add
281 + + t4140: test apply --intent-to-add interactions
282 + + apply: only write intents to add for new files
283 + + apply: read in the index in --intent-to-add mode
284
285 "git apply -N" should start from the current index and register
286 only new files, but it instead started from an empty index, which
287 has been corrected.
288
283 - Will merge to 'next'.
289 + Will merge to 'master'.
290 source: <20250707121534.2933349-1-ray@ameretat.dev>
291
292
293 * ts/merge-orig-head-doc-fix (2025-07-05) 1 commit
288 - - docs: correct ORIG_HEAD example in "git merge" documentation
294 + (merged to 'next' on 2025-07-07 at 08f4a573e5)
295 + + docs: correct ORIG_HEAD example in "git merge" documentation
296
297 Doc fix.
298
292 - Will merge to 'next'.
299 + Will merge to 'master'.
300 source: <pull.1940.git.1751737158670.gitgitgadget@gmail.com>
301
302
@@ -307,8 +314,6 @@ Release tarballs are available at:
314 Comments?
315 source: <20250706215039.715732-1-usmanakinyemi202@gmail.com>
316
310 ---------------------------------------------------
311 -[Cooking]
317
318 * ac/prune-wo-the-repository (2025-07-04) 2 commits
319 (merged to 'next' on 2025-07-07 at 3dd296a911)
@@ -332,41 +337,43 @@ Release tarballs are available at:
337
338 Documentation updates for "git send-email".
339
335 - Will merge to 'next'?
340 + Will merge to 'next'.
341 source: <20250630180511.499-1-gargaditya08@proton.me>
342
343
339 -* rs/parse-options-precision (2025-06-29) 6 commits
344 +* rs/parse-options-precision (2025-07-09) 7 commits
345 - parse-options: add precision handling for OPTION_COUNTUP
346 - parse-options: add precision handling for OPTION_BITOP
347 - parse-options: add precision handling for OPTION_NEGBIT
348 - parse-options: add precision handling for OPTION_BIT
349 - parse-options: add precision handling for OPTION_SET_INT
350 - parse-options: add precision handling for PARSE_OPT_CMDMODE
351 + - parse-options: require PARSE_OPT_NOARG for OPTION_BITOP
352
353 Define .precision to more canned parse-options type to avoid bugs
354 coming from using a variable with a wrong type to capture the
355 parsed values.
356
351 - Will merge to 'next'?
352 - source: <cf5cd57d-733f-4239-80f8-23bdc1523ab2@web.de>
357 + Will merge to 'next'.
358 + source: <802eba72-c100-429a-80b7-7a0e8b6559ed@web.de>
359
360
361 * kh/doc-config-subcommands (2025-07-01) 5 commits
356 - - config: mention --url in the synopsis
357 - - config: use --value instead of value-pattern
358 - - config: document --[no-]value
359 - - config: use --value=<pattern> consistently
360 - - config: document --[no-]show-names
362 + (merged to 'next' on 2025-07-07 at b0db48b397)
363 + + config: mention --url in the synopsis
364 + + config: use --value instead of value-pattern
365 + + config: document --[no-]value
366 + + config: use --value=<pattern> consistently
367 + + config: document --[no-]show-names
368
369 Documentation updates.
370
364 - Will merge to 'next'.
371 + Will merge to 'master'.
372 source: <cover.1751382830.git.code@khaugsbakk.name>
373
374
368 -* kn/for-each-ref-skip (2025-07-04) 4 commits
369 - - for-each-ref: introduce a '--skip-until' option
375 +* kn/for-each-ref-skip (2025-07-08) 4 commits
376 + - for-each-ref: introduce a '--start-after' option
377 - refs: selectively set prefix in the seek functions
378 - ref-cache: remove unused function 'find_ref_entry()'
379 - refs: expose `ref_iterator` via 'refs.h'
@@ -374,22 +381,19 @@ Release tarballs are available at:
381 "git for-each-ref" learns "--skip-until" option to help
382 applications that want to page its output.
383
377 - Expecting a reroll.
378 - cf. <CAOLa=ZTDcssjQcNcvDOA4-r-j2asp-XHCy2D_qoHEidz+KsKCQ@mail.gmail.com>
379 - source: <20250704-306-git-for-each-ref-pagination-v2-0-bcde14acdd81@gmail.com>
384 + Will merge to 'next'?
385 + source: <20250708-306-git-for-each-ref-pagination-v3-0-8cfba1080be4@gmail.com>
386
387
382 -* tc/last-modified (2025-07-01) 5 commits
383 - . (style) fix bad changes suggested by clang-format
384 - . (style) clang-format suggested changes
385 - . last-modified: use Bloom filters when available
386 - . t/perf: add last-modified perf script
387 - . last-modified: new subcommand to show when files were last modified
388 +* tc/last-modified (2025-07-09) 3 commits
389 + - last-modified: use Bloom filters when available
390 + - t/perf: add last-modified perf script
391 + - last-modified: new subcommand to show when files were last modified
392
393 A new command "git last-modified" is proposed to show the closest
394 ancestor commit that touched each path.
395
392 - Breaks check-docs.
396 + Comments?
397 source: <20250630-toon-new-blame-tree-v3-0-3516025dc3bc@iotcl.com>
398
399
@@ -419,14 +423,15 @@ Release tarballs are available at:
423
424
425 * kn/clang-format-updates (2025-07-02) 3 commits
422 - - meson: add rule to run 'git clang-format'
423 - - clang-format: add 'RemoveBracesLLVM' to the main config
424 - - clang-format: set 'ColumnLimit' to 0
426 + (merged to 'next' on 2025-07-07 at 0b0770e97a)
427 + + meson: add rule to run 'git clang-format'
428 + + clang-format: add 'RemoveBracesLLVM' to the main config
429 + + clang-format: set 'ColumnLimit' to 0
430
431 Update ".clang-format" and ".editorconfig" to match our style guide
432 a bit better.
433
429 - Will merge to 'next'.
434 + Will merge to 'master'.
435 source: <20250702-525-make-clang-format-more-robust-v3-0-705344f30580@gmail.com>
436
437
@@ -445,28 +450,30 @@ Release tarballs are available at:
450
451
452 * mc/netrc-service-names (2025-06-25) 3 commits
448 - - contrib: better support symbolic port names in git-credential-netrc
449 - - contrib: warn for invalid netrc file ports in git-credential-netrc
450 - - contrib: use a more portable shebang for git-credential-netrc
453 + (merged to 'next' on 2025-07-07 at e98100afdd)
454 + + contrib: better support symbolic port names in git-credential-netrc
455 + + contrib: warn for invalid netrc file ports in git-credential-netrc
456 + + contrib: use a more portable shebang for git-credential-netrc
457
458 "netrc" credential helper has been improved to understand textual
459 service names (like smtp) in addition to the numeric port numbers
460 (like 25).
461
456 - Will merge to 'next'.
462 + Will merge to 'master'.
463 source: <20250625142511.28857-1-maxim@guixotic.coop>
464
465
466 * ph/fetch-prune-optim (2025-07-01) 3 commits
461 - - clean up interface for refs_warn_dangling_symrefs
462 - - refs: remove old refs_warn_dangling_symref
463 - - fetch-prune: optimize dangling-ref reporting
467 + (merged to 'next' on 2025-07-09 at f0a1daff6a)
468 + + clean up interface for refs_warn_dangling_symrefs
469 + + refs: remove old refs_warn_dangling_symref
470 + + fetch-prune: optimize dangling-ref reporting
471
472 "git fetch --prune" used to be O(n^2) expensive when there are many
473 refs, which has been corrected.
474
468 - What's the status of this one?
469 - cf. <xmqqtt3n1v27.fsf@gitster.g>
475 + Will merge to 'master'.
476 + cf. <20250708013612.GB549007@coredump.intra.peff.net>
477 source: <20250702011214.2835529-2-phil.hord@gmail.com>
478
479
@@ -485,17 +492,18 @@ Release tarballs are available at:
492
493 Prepare to flip the default hash function to SHA-256.
494
488 - Will merge to 'next'?
495 + Will merge to 'next'.
496 source: <20250701212237.766774-1-sandals@crustytoothpaste.net>
497
498
499 * jc/coccicheck-fails-make-when-it-fails (2025-06-23) 1 commit
493 - - coccicheck: fail "make" when it fails
500 + (merged to 'next' on 2025-07-07 at 0b7affe7cd)
501 + + coccicheck: fail "make" when it fails
502
503 "make coccicheck" succeeds even when spatch made suggestions, which
504 has been updated to fail in such a case.
505
498 - Will merge to 'next'.
506 + Will merge to 'master'.
507 source: <xmqqbjqe77vw.fsf@gitster.g>
508
509
@@ -515,15 +523,14 @@ Release tarballs are available at:
523 source: <20250619225751.99699-1-lucasseikioshiro@gmail.com>
524
525
518 -* cc/fast-import-export-signature-names (2025-06-19) 1 commit
526 +* cc/fast-import-export-signature-names (2025-07-09) 1 commit
527 - fast-(import|export): improve on commit signature output format
528
529 Clean up the way how signature on commit objects are exported to
530 and imported from fast-import stream.
531
524 - Stalled?
525 - cf. <xmqqbjpv1ucb.fsf@gitster.g>
526 - source: <20250619133630.727274-1-christian.couder@gmail.com>
532 + Will merge to 'next'?
533 + source: <20250709141253.623563-1-christian.couder@gmail.com>
534
535
536 * ac/deglobal-sparse-variables (2025-06-30) 3 commits
@@ -534,8 +541,9 @@ Release tarballs are available at:
541 Two global variables related to sparse checkout have been moved to
542 the repository settings structure.
543
537 - Breaks end-user facing behaviour?
544 + Expecting a response.
545 cf. <17b7f51c-0c3d-4d63-a501-47ce829f7345@gmail.com>
546 + cf. <xmqqbjpuqkrj.fsf@gitster.g>
547 source: <cover.1751309770.git.ayu.chandekar@gmail.com>
548
549
@@ -628,14 +636,15 @@ Release tarballs are available at:
636
637
638 * ly/load-bitmap-leakfix (2025-06-30) 3 commits
631 - - pack-bitmap: add load corrupt bitmap test
632 - - pack-bitmap: reword comments in test_bitmap_commits()
633 - - pack-bitmap: fix memory leak if load_bitmap() failed
639 + (merged to 'next' on 2025-07-08 at 6e6d182a8c)
640 + + pack-bitmap: add load corrupt bitmap test
641 + + pack-bitmap: reword comments in test_bitmap_commits()
642 + + pack-bitmap: fix memory leak if load_bitmap() failed
643
644 Leakfix with a new and a bit invasive test.
645
637 - What's the status of this one?
638 - cf. <xmqqfrf71ull.fsf@gitster.g>
646 + Will merge to 'master'.
647 + cf. <aG2XZYamUv5FWq/W@nand.local>
648 source: <pull.1962.v6.git.git.1751347929.gitgitgadget@gmail.com>
649
650
@@ -653,23 +662,6 @@ Release tarballs are available at:
662 source: <cover.1748473122.git.me@ttaylorr.com>
663
664
656 -* kn/fetch-push-bulk-ref-update (2025-06-20) 6 commits
657 - (merged to 'next' on 2025-07-02 at db06df3871)
658 - + receive-pack: handle reference deletions separately
659 - + refs/files: skip updates with errors in batched updates
660 - + receive-pack: use batched reference updates
661 - + send-pack: fix memory leak around duplicate refs
662 - + fetch: use batched reference updates
663 - + refs: add function to translate errors to strings
664 -
665 - "git push" and "git fetch" are taught to update refs in batches to
666 - gain performance.
667 -
668 - Will merge to 'master'.
669 - source: <20250519-501-update-git-fetch-1-to-use-partial-transactions-v3-0-6cdfd4f769b9@gmail.com>
670 - source: <20250620-6769-address-test-failures-in-the-next-branch-caused-by-batched-reference-updates-v5-0-f35ee6b59a82@gmail.com>
671 -
672 -
665 * kj/renamed-submodule (2025-06-07) 2 commits
666 - submodule: skip redundant active entries when pattern covers path
667 - submodule: prevent overwriting .gitmodules entry on path reuse
@@ -692,32 +684,35 @@ Release tarballs are available at:
684 "git add/etc -p" now honors diff.context configuration variable,
685 and learns to honor -U<n> option.
686
695 - Will merge to 'next'?
687 + Expecting a response.
688 + cf. <xmqqms9eql73.fsf@gitster.g>
689 source: <pull.1915.v3.git.1751128486.gitgitgadget@gmail.com>
690
691
692 * ps/object-store (2025-07-01) 17 commits
700 - - odb: rename `read_object_with_reference()`
701 - - odb: rename `pretend_object_file()`
702 - - odb: rename `has_object()`
703 - - odb: rename `repo_read_object_file()`
704 - - odb: rename `oid_object_info()`
705 - - odb: trivial refactorings to get rid of `the_repository`
706 - - odb: get rid of `the_repository` when handling submodule sources
707 - - odb: get rid of `the_repository` when handling the primary source
708 - - odb: get rid of `the_repository` in `for_each()` functions
709 - - odb: get rid of `the_repository` when handling alternates
710 - - odb: get rid of `the_repository` in `odb_mkstemp()`
711 - - odb: get rid of `the_repository` in `assert_oid_type()`
712 - - odb: get rid of `the_repository` in `find_odb()`
713 - - odb: introduce parent pointers
714 - - object-store: rename files to "odb.{c,h}"
715 - - object-store: rename `object_directory` to `odb_source`
716 - - object-store: rename `raw_object_store` to `object_database`
693 + (merged to 'next' on 2025-07-07 at e19db55858)
694 + + odb: rename `read_object_with_reference()`
695 + + odb: rename `pretend_object_file()`
696 + + odb: rename `has_object()`
697 + + odb: rename `repo_read_object_file()`
698 + + odb: rename `oid_object_info()`
699 + + odb: trivial refactorings to get rid of `the_repository`
700 + + odb: get rid of `the_repository` when handling submodule sources
701 + + odb: get rid of `the_repository` when handling the primary source
702 + + odb: get rid of `the_repository` in `for_each()` functions
703 + + odb: get rid of `the_repository` when handling alternates
704 + + odb: get rid of `the_repository` in `odb_mkstemp()`
705 + + odb: get rid of `the_repository` in `assert_oid_type()`
706 + + odb: get rid of `the_repository` in `find_odb()`
707 + + odb: introduce parent pointers
708 + + object-store: rename files to "odb.{c,h}"
709 + + object-store: rename `object_directory` to `odb_source`
710 + + object-store: rename `raw_object_store` to `object_database`
711 + (this branch is used by ps/object-file-wo-the-repository and ps/object-store-midx.)
712
713 Code clean-up around object access API.
714
720 - Will merge to 'next'.
715 + Will merge to 'master'.
716 source: <20250701-pks-object-store-wo-the-repository-v6-0-dbf3894ab4e2@pks.im>
717
718
@@ -738,18 +733,19 @@ Release tarballs are available at:
733
734
735 * sj/string-list (2025-06-28) 8 commits
741 - - u-string-list: move "remove duplicates" test to "u-string-list.c"
742 - - u-string-list: move "filter string" test to "u-string-list.c"
743 - - u-string-list: move "test_split_in_place" to "u-string-list.c"
744 - - u-string-list: move "test_split" into "u-string-list.c"
745 - - string-list: enable sign compare warnings check
746 - - string-list: return index directly when inserting an existing element
747 - - string-list: remove unused "insert_at" parameter from add_entry
748 - - string-list: fix sign compare warnings for loop iterator
736 + (merged to 'next' on 2025-07-07 at 5a95dc8007)
737 + + u-string-list: move "remove duplicates" test to "u-string-list.c"
738 + + u-string-list: move "filter string" test to "u-string-list.c"
739 + + u-string-list: move "test_split_in_place" to "u-string-list.c"
740 + + u-string-list: move "test_split" into "u-string-list.c"
741 + + string-list: enable sign compare warnings check
742 + + string-list: return index directly when inserting an existing element
743 + + string-list: remove unused "insert_at" parameter from add_entry
744 + + string-list: fix sign compare warnings for loop iterator
745
746 Code and test clean-up around string-list API.
747
752 - Will merge to 'next'.
748 + Will merge to 'master'.
749 source: <aGDAZ6a0-PyXXGmK@ArchLinux>
750
751
@@ -767,7 +763,7 @@ Release tarballs are available at:
763 "pack-objects" has been taught to avoid pointing into objects in
764 cruft packs from midx.
765
770 - Will merge to 'next'?
766 + Will merge to 'next'.
767 source: <cover.1750717921.git.me@ttaylorr.com>
768
769 --------------------------------------------------