What's cooking (2025/12 #03)
Junio C Hamano committed
Dec 12, 2025 at 16:53 UTC
66176a11c243c4ff4cb0454563c0b3476393751c
1 file changed
+70
-15
whats-cooking.txt
+70
-15
@@ -1,7 +1,7 @@
1
To: git@vger.kernel.org
2
Subject: What's cooking in git.git (Dec 2025, #03)
3
X-master-at: e85ae279b0d58edc2f4c3fd5ac391b51e1223985
4
-X-next-at: 674ac2bdf7c6f0d156df6d082f5137cb019b8bec
4
+X-next-at: 1dd061c0dc5afb29e4658344357c7edeef2ab3b0
5
Bcc: lwn@lwn.net, gitster@pobox.com
6
7
What's cooking in git.git (Dec 2025, #03)
@@ -62,6 +62,61 @@ Release tarballs are available at:
62
Comments?
63
source: <20251209225820.2861276-1-jltobler@gmail.com>
64
65
+
66
+* jc/c99-fam (2025-12-11) 1 commit
67
+ - 3.0: require C99 flexible-array member syntax
68
+
69
+ Require C99 style flexible array member support after Git 3.0
70
+ boundary.
71
+
72
+ Comments?
73
+ source: <xmqqbjk5e32q.fsf@gitster.g>
74
+
75
+
76
+* jc/macports-darwinports (2025-12-10) 1 commit
77
+ - Makefile: help macOS novices by mentioning MacPorts
78
+
79
+ Makefile in-comment doc update.
80
+
81
+ Will merge to 'next'.
82
+ source: <xmqq7buthgq4.fsf@gitster.g>
83
+
84
+
85
+* rs/macos-iconv-workaround (2025-12-09) 1 commit
86
+ - config.mak.uname: use iconv from Homebrew on macOS
87
+
88
+ Workaround that "iconv" shipped as part of macOS, which is broken
89
+ handling ISO-2022 encoded strings.
90
+
91
+ Will merge to 'next'?
92
+ source: <16efc726-34be-44f5-aa92-4e82b663ab3d@web.de>
93
+
94
+
95
+* rs/replay-wrong-onto-fix (2025-12-11) 2 commits
96
+ - replay: move onto NULL check before first use
97
+ - Merge branch 'sa/replay-atomic-ref-updates' into rs/replay-wrong-onto-fix
98
+
99
+ "git replay --onto=<commit> ...", when <commit> is mistyped,
100
+ started to segfault with recent change, which has been corrected.
101
+
102
+ Will merge to 'next'.
103
+ source: <9db2b913-b5d6-4617-b079-b4612eaa2b97@web.de>
104
+
105
+
106
+* tc/memzero-array (2025-12-10) 3 commits
107
+ - contrib/coccinelle: pass include paths to spatch(1)
108
+ - git-compat-util: introduce MEMZERO_ARRAY() macro
109
+ - Merge branch 'tc/last-modified-active-paths-optimization' into tc/memzero-array
110
+ (this branch uses tc/last-modified-active-paths-optimization.)
111
+
112
+ MEMZERO_ARRAY() helper is introduced to avoid clearing only the
113
+ first N bytes of an N-element array whose elements are larger than
114
+ a byte.
115
+
116
+ Will merge to 'next'?
117
+ cf. <aTpieqFoMmZiSzWS@pks.im>
118
+ source: <20251210-toon-cocci-memzero-v1-0-ae916a79065b@iotcl.com>
119
+
120
--------------------------------------------------
121
[Cooking]
122
@@ -129,20 +184,21 @@ Release tarballs are available at:
184
source: <20251208190400.64920-1-matthewhughes934@gmail.com>
185
186
132
-* ps/odb-alternates-object-sources (2025-12-10) 8 commits
133
- - odb: write alternates via sources
134
- - odb: read alternates via sources
135
- - odb: drop forward declaration of `read_info_alternates()`
136
- - odb: remove mutual recursion when parsing alternates
137
- - odb: adapt `odb_add_to_alternates_file()` to call `odb_add_source()`
138
- - odb: move computation of normalized objdir into `alt_odb_usable()`
139
- - odb: resolve relative alternative paths when parsing
140
- - odb: refactor parsing of alternates to be self-contained
187
+* ps/odb-alternates-object-sources (2025-12-11) 8 commits
188
+ (merged to 'next' on 2025-12-12 at 1dd061c0dc)
189
+ + odb: write alternates via sources
190
+ + odb: read alternates via sources
191
+ + odb: drop forward declaration of `read_info_alternates()`
192
+ + odb: remove mutual recursion when parsing alternates
193
+ + odb: stop splitting alternate in `odb_add_to_alternates_file()`
194
+ + odb: move computation of normalized objdir into `alt_odb_usable()`
195
+ + odb: resolve relative alternative paths when parsing
196
+ + odb: refactor parsing of alternates to be self-contained
197
198
Code refactoring around alternate object store.
199
144
- Will merge to 'next'.
145
- source: <20251210-b4-pks-odb-alternates-via-source-v2-0-eb336815f9ab@pks.im>
200
+ Will merge to 'master'.
201
+ source: <20251211-b4-pks-odb-alternates-via-source-v3-0-00e3f54d07ba@pks.im>
202
203
204
* ps/repack-avoid-noop-midx-rewrite (2025-12-10) 3 commits
@@ -246,16 +302,15 @@ Release tarballs are available at:
302
source: <pull.2014.git.1764699084703.gitgitgadget@gmail.com>
303
304
249
-* ps/odb-misc-fixes (2025-12-05) 4 commits
305
+* ps/odb-misc-fixes (2025-12-10) 3 commits
306
- odb: properly close sources before freeing them
307
- builtin/gc: fix condition for whether to write commit graphs
252
- - builtin/repack: fix geometric repacks with promisor remotes
308
- Merge branch 'ps/object-source-management' into ps/odb-misc-fixes
309
310
Miscellaneous fixes on object database layer.
311
312
Comments?
258
- source: <20251205-odb-related-fixes-v1-0-ef4250abb584@pks.im>
313
+ source: <20251211-odb-related-fixes-v2-0-bdf875ce51fc@pks.im>
314
315
316
* ps/clar-integers (2025-12-06) 3 commits