What's cooking (2022/10 #06)

Junio C Hamano committed Oct 19, 2022 at 16:24 UTC bb4ffbe30e8100c203663095afda4821eb3d86ce
1 file changed +192 -227
whats-cooking.txt
+192 -227
@@ -1,10 +1,9 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Oct 2022, #05; Mon, 17)
3 -Bcc: lwn@lwn.net
4 -X-master-at: 4732897cf0a255a23dca9e97b65cea40cd06c5a8
5 -X-next-at: dd413c855b302a56aeac19873e6e9185f4eb5395
2 +Subject: What's cooking in git.git (Oct 2022, #06; Wed, 19)
3 +X-master-at: 45c9f05c44b1cb6bd2d6cb95a22cf5e3d21d5b63
4 +X-next-at: 067f57bc4a4a1e57327341b80f3d3545eba4dbd2
5
7 -What's cooking in git.git (Oct 2022, #05; Mon, 17)
6 +What's cooking in git.git (Oct 2022, #06; Wed, 19)
7 --------------------------------------------------
8
9 Here are the topics that have been cooking in my tree. Commits
@@ -14,6 +13,10 @@ release). Commits prefixed with '-' are only in 'seen', and aren't
13 considered "accepted" at all. A topic without enough support may be
14 discarded after a long period of no activity.
15
16 +Git 2.38.1 and friends that address a couple of CVE on maintenance
17 +tracks have been released and they are all merged up to the
18 +development branches.
19 +
20 Some topics outside 'next' have been expecting updates for too long
21 and we may want to discard them, unless they see some activities.
22
@@ -48,201 +51,107 @@ Release tarballs are available at:
51 --------------------------------------------------
52 [Graduated to 'master']
53
51 -* ab/unused-annotation (2022-10-05) 1 commit
52 - (merged to 'next' on 2022-10-11 at c3099ad3ab)
53 - + git-compat-util.h: GCC deprecated message arg only in GCC 4.5+
54 -
55 - Compilation fix for ancient compilers.
56 - source: <20221005221928.703750-1-asedeno@google.com>
57 -
58 -
59 -* dd/document-runtime-prefix-better (2022-10-05) 1 commit
60 - (merged to 'next' on 2022-10-11 at 9f4a3bb7bd)
61 - + Makefile: clarify runtime relative gitexecdir
62 -
63 - Update comment in the Makefile about the RUNTIME_PREFIX config knob.
64 - source: <20221006013205.15015-1-congdanhqx@gmail.com>
65 -
66 -
67 -* ed/fsmonitor-on-networked-macos (2022-10-10) 7 commits
68 - (merged to 'next' on 2022-10-11 at 32076d13b7)
69 - + fsmonitor: fix leak of warning message
70 - + fsmonitor: add documentation for allowRemote and socketDir options
71 - + fsmonitor: check for compatability before communicating with fsmonitor
72 - + fsmonitor: deal with synthetic firmlinks on macOS
73 - + fsmonitor: avoid socket location check if using hook
74 - + fsmonitor: relocate socket file if .git directory is remote
75 - + fsmonitor: refactor filesystem checks to common interface
76 - (this branch is used by ed/fsmonitor-inotify.)
77 -
78 - By default, use of fsmonitor on a repository on networked
79 - filesystem is disabled. Add knobs to make it workable on macOS.
80 - source: <pull.1326.v15.git.1664904751.gitgitgadget@gmail.com>
81 -
82 -
83 -* jc/branch-description-unset (2022-09-30) 1 commit
84 - (merged to 'next' on 2022-10-11 at 3f81ee978b)
85 - + branch: do not fail a no-op --edit-desc
86 -
87 - "GIT_EDITOR=: git branch --edit-description" resulted in failure,
88 - which has been corrected.
89 - source: <xmqqmtagka8x.fsf@gitster.g>
90 -
91 -
92 -* jc/tmp-objdir (2022-09-30) 1 commit
93 - (merged to 'next' on 2022-10-11 at 17d0843c43)
94 - + tmp-objdir: skip clean up when handling a signal
95 -
96 - The code to clean temporary object directories (used for
97 - quarantine) tried to remove them inside its signal handler, which
98 - was a no-no.
99 - source: <pull.1348.v4.git.git.1664570831583.gitgitgadget@gmail.com>
100 -
101 -
102 -* jc/use-of-uc-in-log-messages (2022-10-07) 1 commit
103 - (merged to 'next' on 2022-10-11 at 0b8c91d7e2)
104 - + SubmittingPatches: use usual capitalization in the log message body
105 -
106 - Clarify that "the sentence after <area>: prefix does not begin with
107 - a capital letter" rule applies only to the commit title.
108 - source: <xmqqedvjfqx1.fsf@gitster.g>
109 -
110 -
111 -* jk/cleanup-callback-parameters (2022-10-06) 4 commits
112 - (merged to 'next' on 2022-10-11 at a3350d66b6)
113 - + attr: drop DEBUG_ATTR code
114 - + commit: avoid writing to global in option callback
115 - + multi-pack-index: avoid writing to global in option callback
116 - + test-submodule: inline resolve_relative_url() function
117 -
118 - Code clean-up.
119 - source: <Yz7Tjy7Rh8cXVxYQ@coredump.intra.peff.net>
120 - source: <Yz7UhYXvNl6+1GbZ@coredump.intra.peff.net>
121 -
122 -
123 -* jt/promisor-remote-fetch-tweak (2022-10-05) 2 commits
124 - (merged to 'next' on 2022-10-11 at e93567bc8f)
125 - + promisor-remote: die upon failing fetch
126 - + promisor-remote: remove a return value
127 -
128 - Remove error detection from a function that fetches from promisor
129 - remotes, and make it die when such a fetch fails to bring all the
130 - requested objects, to give an early failure to various operations.
131 - source: <cover.1664917853.git.jonathantanmy@google.com>
132 -
133 -
134 -* pw/remove-rebase-p-test (2022-10-10) 1 commit
135 - (merged to 'next' on 2022-10-11 at 000bd34796)
136 - + t3435: remove redundant test case
137 -
138 - Remove outdated test.
139 - source: <pull.1379.git.1665395106351.gitgitgadget@gmail.com>
140 -
141 -
142 -* rj/branch-edit-desc-unborn (2022-10-07) 1 commit
143 - (merged to 'next' on 2022-10-11 at de3eccde7c)
144 - + branch: description for non-existent branch errors
54 +* ab/coding-guidelines-c99 (2022-10-11) 5 commits
55 + (merged to 'next' on 2022-10-13 at c6b2b74dfb)
56 + + CodingGuidelines: recommend against unportable C99 struct syntax
57 + + CodingGuidelines: mention C99 features we can't use
58 + + CodingGuidelines: allow declaring variables in for loops
59 + + CodingGuidelines: mention dynamic C99 initializer elements
60 + + CodingGuidelines: update for C99
61
146 - "git branch --edit-description" on an unborh branch misleadingly
147 - said that no such branch exists, which has been corrected.
148 - source: <8d627a2c-923f-181f-a03b-15f370c4dd0f@gmail.com>
62 + Update CodingGuidelines to clarify what features to use and avoid
63 + in C99.
64 + source: <20221010203800.2154698-1-gitster@pobox.com>
65
66
151 -* rs/bisect-start-leakfix (2022-10-07) 1 commit
152 - (merged to 'next' on 2022-10-11 at 07f87534c1)
153 - + bisect--helper: plug strvec leak
67 +* jh/struct-zero-init-with-older-clang (2022-10-10) 1 commit
68 + (merged to 'next' on 2022-10-13 at 393abc3019)
69 + + config.mak.dev: disable suggest braces error on old clang versions
70
155 - Code clean-up that results in plugging a leak.
156 - source: <1965b54b-122a-c965-f886-1a7dd6afbfb4@web.de>
71 + Work around older clang that warns against C99 zero initialization
72 + syntax for struct.
73 + source: <pull.1375.v2.git.1665416340806.gitgitgadget@gmail.com>
74
75
159 -* rs/use-fspathncmp (2022-10-08) 1 commit
160 - (merged to 'next' on 2022-10-11 at 11cbd1ce81)
161 - + dir: use fspathncmp() in pl_hashmap_cmp()
76 +* rs/archive-dedup-printf (2022-10-11) 1 commit
77 + (merged to 'next' on 2022-10-13 at af770cf00f)
78 + + archive: deduplicate verbose printing
79
163 - Code clean-up.
164 - source: <cb6ffcdb-d719-7928-96b8-e46482dd141f@web.de>
80 + Code simplification.
81 + source: <af5611aa-8662-7508-4f00-7fcf4e9cbcc6@web.de>
82
83 --------------------------------------------------
84 [New Topics]
85
169 -* gc/bare-repo-discovery (2022-10-13) 1 commit
170 - (merged to 'next' on 2022-10-17 at 3de2be7c14)
171 - + config: respect includes in protected config
86 +* jk/unused-anno-more (2022-10-17) 12 commits
87 + - ll-merge: mark unused parameters in callbacks
88 + - diffcore-pickaxe: mark unused parameters in pickaxe functions
89 + - convert: mark unused parameter in null stream filter
90 + - apply: mark unused parameters in noop error/warning routine
91 + - apply: mark unused parameters in handlers
92 + - date: mark unused parameters in handler functions
93 + - string-list: mark unused callback parameters
94 + - object-file: mark unused parameters in hash_unknown functions
95 + - mark unused parameters in trivial compat functions
96 + - update-index: drop unused argc from do_reupdate()
97 + - submodule--helper: drop unused argc from module_list_compute()
98 + - diffstat_consume(): assert non-zero length
99 +
100 + More UNUSED annotation to help using -Wunused option with the
101 + compiler.
102
173 - Allow configuration files in "protected" scopes to include other
174 - configuration files.
175 -
176 - Will merge to 'master'.
177 - source: <pull.1360.v2.git.git.1665683027912.gitgitgadget@gmail.com>
103 + Will merge to 'next'.
104 + source: <Y036whEorZV0rOgB@coredump.intra.peff.net>
105
106
180 -* jh/trace2-timers-and-counters (2022-10-13) 7 commits
181 - - trace2: add global counter mechanism
182 - - trace2: add stopwatch timers
183 - - trace2: convert ctx.thread_name from strbuf to pointer
184 - - trace2: rename the thread_name argument to trace2_thread_start
185 - - api-trace2.txt: elminate section describing the public trace2 API
186 - - tr2tls: clarify TLS terminology
187 - - trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx
107 +* tb/save-keep-pack-during-geometric-repack (2022-10-17) 1 commit
108 + - repack: don't remove .keep packs with `--pack-kept-objects`
109
189 - Two new facilities, "timer" and "counter", are introduced to the
190 - trace2 API.
191 - source: <pull.1373.v2.git.1665600750.gitgitgadget@gmail.com>
110 + When geometric repacking feature is in use together with the
111 + --pack-kept-objects option, we lost packs marked with .keep files.
112
113 + Will merge to 'next'.
114 + source: <6a012cd625c1d197ede91c85299cbfb37adf356b.1666059872.git.me@ttaylorr.com>
115
194 -* tb/midx-bitmap-selection-fix (2022-10-13) 4 commits
195 - - pack-bitmap-write.c: instrument number of reused bitmaps
196 - - midx.c: instrument MIDX and bitmap generation with trace2 regions
197 - - midx.c: consider annotated tags during bitmap selection
198 - - midx.c: fix whitespace typo
116
200 - A bugfix with tracing support in midx codepath
117 +* mm/git-pm-try-catch-syntax-fix (2022-10-17) 1 commit
118 + - Git.pm: add semicolon after catch statement
119
202 - Will merge to 'next'.
203 - source: <cover.1665612094.git.me@ttaylorr.com>
120 + Fix a longstanding syntax error in Git.pm error codepath.
121
122 + Will merge to 'next'??
123 + source: <20221016212236.12453-2-michael@mcclimon.org>
124
206 -* tb/remove-unused-pack-bitmap (2022-10-13) 1 commit
207 - - builtin/repack.c: remove redundant pack-based bitmaps
125
209 - When creating a multi-pack bitmap, remove per-pack bitmap files
210 - unconditionally as they will never be consulted.
126 +* ab/macos-build-fix-with-sha1dc (2022-10-19) 1 commit
127 + (merged to 'next' on 2022-10-19 at 408ce79f33)
128 + + fsmonitor OSX: compile with DC_SHA1=YesPlease
129
212 - Will merge to 'next'?
213 - source: <393fd4c6db78cd694e6d4dfcf24f17e2850ccd99.1665601403.git.me@ttaylorr.com>
130 + Enable macOS build with sha1dc hash function.
131
132 + Will merge to 'master'.
133 + source: <patch-v2-1.4-392fabdb456-20221019T010222Z-avarab@gmail.com>
134
216 -* nw/t1002-cleanup (2022-10-14) 1 commit
217 - - t1002: modernize outdated conditional
135
219 - source: <pull.1362.v3.git.git.1665734502591.gitgitgadget@gmail.com>
136 +* jk/use-o0-in-leak-sanitizer (2022-10-19) 1 commit
137 + (merged to 'next' on 2022-10-19 at 27c2546b98)
138 + + Makefile: force -O0 when compiling with SANITIZE=leak
139
140 + Avoid false-positive from LSan whose assumption may be broken with
141 + higher optimization levels.
142
222 -* zh/patch-id (2022-10-14) 7 commits
223 - - documentation: format-patch: clarify requirements for patch-ids to match
224 - - builtin: patch-id: remove unused diff-tree prefix
225 - - builtin: patch-id: add --include-whitespace as a command mode
226 - - patch-id: fix patch-id for mode changes
227 - - builtin: patch-id: fix patch-id with binary diffs
228 - - patch-id: use stable patch-id for rebases
229 - - patch-id: fix stable patch id for binary / header-only
143 + Will merge to 'master'.
144 + source: <Y08JZVDgJpJvrBiz@coredump.intra.peff.net>
145
231 - source: <pull.1359.v3.git.1665737804.gitgitgadget@gmail.com>
146
147 +* jr/embargoed-releases-doc (2022-10-19) 1 commit
148 + - embargoed releases: also describe the git-security list and the process
149
234 -* hl/archive-recursive (2022-10-16) 9 commits
235 - - archive: add tests for git archive --recurse-submodules
236 - - archive: add --recurse-submodules to git-archive command
237 - - archive: remove global repository from archive_args
238 - - archive: pass repo objects to write_archive handlers
239 - - tree: add repository parameter to read_tree_fn_t
240 - - tree: handle submodule case for read_tree_at properly
241 - - tree: increase test coverage for tree.c
242 - - tree: update cases to use repo_ tree methods
243 - - tree: do not use the_repository for tree traversal methods.
150 + The role the security mailing list plays in an embargoed release
151 + has been documented.
152
245 - source: <pull.1359.v3.git.git.1665973401.gitgitgadget@gmail.com>
153 + Will merge to 'next'?
154 + source: <pull.1345.v2.git.1666142160427.gitgitgadget@gmail.com>
155
156 --------------------------------------------------
157 [Stalled]
@@ -284,21 +193,6 @@ Release tarballs are available at:
193 source: <pull.1282.git.1657385781.gitgitgadget@gmail.com>
194
195
287 -* js/cmake-updates (2022-08-24) 5 commits
288 - - cmake: increase time-out for a long-running test
289 - - cmake: avoid editing t/test-lib.sh
290 - - add -p: avoid ambiguous signed/unsigned comparison
291 - - cmake: copy the merge tools for testing
292 - - cmake: make it easier to diagnose regressions in CTest runs
293 -
294 - Update to build procedure with VS using CMake/CTest.
295 -
296 - Expecting a reroll.
297 - cf. <3df77ffd-85a2-3a54-9005-34a24ec6e82d@github.com>
298 - cf. <531620e1-de4c-74aa-c840-c12ce81f8740@github.com> and others
299 - source: <pull.1320.v2.git.1661243463.gitgitgadget@gmail.com>
300 -
301 -
196 * gc/submodule-clone-update-with-branches (2022-08-29) 6 commits
197 - clone, submodule update: check out branches
198 - submodule--helper: refactor up-to-date criterion
@@ -400,6 +294,111 @@ Release tarballs are available at:
294 --------------------------------------------------
295 [Cooking]
296
297 +* js/cmake-updates (2022-10-19) 5 commits
298 + - cmake: increase time-out for a long-running test
299 + - cmake: avoid editing t/test-lib.sh
300 + - add -p: avoid ambiguous signed/unsigned comparison
301 + - cmake: copy the merge tools for testing
302 + - cmake: make it easier to diagnose regressions in CTest runs
303 +
304 + Update to build procedure with VS using CMake/CTest.
305 +
306 + Will merge to 'next'?
307 + source: <pull.1320.v3.git.1666090745.gitgitgadget@gmail.com>
308 +
309 +
310 +* gc/bare-repo-discovery (2022-10-13) 1 commit
311 + (merged to 'next' on 2022-10-17 at 3de2be7c14)
312 + + config: respect includes in protected config
313 +
314 + Allow configuration files in "protected" scopes to include other
315 + configuration files.
316 +
317 + Will merge to 'master'.
318 + source: <pull.1360.v2.git.git.1665683027912.gitgitgadget@gmail.com>
319 +
320 +
321 +* jh/trace2-timers-and-counters (2022-10-13) 7 commits
322 + - trace2: add global counter mechanism
323 + - trace2: add stopwatch timers
324 + - trace2: convert ctx.thread_name from strbuf to pointer
325 + - trace2: rename the thread_name argument to trace2_thread_start
326 + - api-trace2.txt: elminate section describing the public trace2 API
327 + - tr2tls: clarify TLS terminology
328 + - trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx
329 +
330 + Two new facilities, "timer" and "counter", are introduced to the
331 + trace2 API.
332 + source: <pull.1373.v2.git.1665600750.gitgitgadget@gmail.com>
333 +
334 +
335 +* tb/midx-bitmap-selection-fix (2022-10-13) 4 commits
336 + - pack-bitmap-write.c: instrument number of reused bitmaps
337 + - midx.c: instrument MIDX and bitmap generation with trace2 regions
338 + - midx.c: consider annotated tags during bitmap selection
339 + - midx.c: fix whitespace typo
340 +
341 + A bugfix with tracing support in midx codepath
342 +
343 + Will merge to 'next'.
344 + source: <cover.1665612094.git.me@ttaylorr.com>
345 +
346 +
347 +* tb/remove-unused-pack-bitmap (2022-10-17) 1 commit
348 + - builtin/repack.c: remove redundant pack-based bitmaps
349 +
350 + When creating a multi-pack bitmap, remove per-pack bitmap files
351 + unconditionally as they will never be consulted.
352 +
353 + Will merge to 'next'?
354 + source: <1e0ef7ee7ff5feb323c77e594cd65433fb1d99f7.1666061096.git.me@ttaylorr.com>
355 +
356 +
357 +* nw/t1002-cleanup (2022-10-14) 1 commit
358 + - t1002: modernize outdated conditional
359 +
360 + Code clean-up in test.
361 +
362 + Will merge to 'next'.
363 + source: <pull.1362.v3.git.git.1665734502591.gitgitgadget@gmail.com>
364 +
365 +
366 +* zh/patch-id (2022-10-14) 7 commits
367 + - documentation: format-patch: clarify requirements for patch-ids to match
368 + - builtin: patch-id: remove unused diff-tree prefix
369 + - builtin: patch-id: add --include-whitespace as a command mode
370 + - patch-id: fix patch-id for mode changes
371 + - builtin: patch-id: fix patch-id with binary diffs
372 + - patch-id: use stable patch-id for rebases
373 + - patch-id: fix stable patch id for binary / header-only
374 +
375 + A new "--include-whitespace" option is added to "git patch-id", and
376 + existing bugs in the internal patch-id logic that did not match
377 + what "git patch-id" produces have been corrected.
378 +
379 + Will merge to 'next'?
380 + source: <pull.1359.v3.git.1665737804.gitgitgadget@gmail.com>
381 +
382 +
383 +* hl/archive-recursive (2022-10-19) 10 commits
384 + - fixup! archive: add tests for git archive --recurse-submodules
385 + - archive: add tests for git archive --recurse-submodules
386 + - archive: add --recurse-submodules to git-archive command
387 + - archive: remove global repository from archive_args
388 + - archive: pass repo objects to write_archive handlers
389 + - tree: add repository parameter to read_tree_fn_t
390 + - tree: handle submodule case for read_tree_at properly
391 + - tree: increase test coverage for tree.c
392 + - tree: update cases to use repo_ tree methods
393 + - tree: do not use the_repository for tree traversal methods.
394 +
395 + "git archive" has been taught "--recurse-submodules" option to
396 + create a tarball that includes contents from submodules.
397 +
398 + Expecting a reroll.
399 + source: <pull.1359.v3.git.git.1665973401.gitgitgadget@gmail.com>
400 +
401 +
402 * pw/rebase-keep-base-fixes (2022-10-17) 8 commits
403 - rebase --keep-base: imply --no-fork-point
404 - rebase --keep-base: imply --reapply-cherry-picks
@@ -435,16 +434,6 @@ Release tarballs are available at:
434 source: <patch-v2-1.1-6ad7627706f-20221011T094715Z-avarab@gmail.com>
435
436
438 -* rs/archive-dedup-printf (2022-10-11) 1 commit
439 - (merged to 'next' on 2022-10-13 at af770cf00f)
440 - + archive: deduplicate verbose printing
441 -
442 - Code simplification.
443 -
444 - Will merge to 'master'.
445 - source: <af5611aa-8662-7508-4f00-7fcf4e9cbcc6@web.de>
446 -
447 -
437 * pw/rebase-reflog-fixes (2022-10-17) 9 commits
438 - rebase: cleanup action handling
439 - rebase --abort: improve reflog message
@@ -473,21 +462,6 @@ Release tarballs are available at:
462 source: <20221012150619.12877-1-sndanailov@wired4ever.net>
463
464
476 -* ab/coding-guidelines-c99 (2022-10-11) 5 commits
477 - (merged to 'next' on 2022-10-13 at c6b2b74dfb)
478 - + CodingGuidelines: recommend against unportable C99 struct syntax
479 - + CodingGuidelines: mention C99 features we can't use
480 - + CodingGuidelines: allow declaring variables in for loops
481 - + CodingGuidelines: mention dynamic C99 initializer elements
482 - + CodingGuidelines: update for C99
483 -
484 - Update CodingGuidelines to clarify what features to use and avoid
485 - in C99.
486 -
487 - Will merge to 'master'.
488 - source: <20221010203800.2154698-1-gitster@pobox.com>
489 -
490 -
465 * jc/symbolic-ref-no-recurse (2022-10-09) 1 commit
466 (merged to 'next' on 2022-10-13 at 532a3f6a5f)
467 + symbolic-ref: teach "--[no-]recurse" option
@@ -513,13 +487,13 @@ Release tarballs are available at:
487
488
489 * ed/fsmonitor-inotify (2022-10-14) 7 commits
516 - - fsmonitor: update doc for Linux
517 - - fsmonitor: test updates
518 - - fsmonitor: enable fsmonitor for Linux
519 - - fsmonitor: implement filesystem change listener for Linux
520 - - fsmonitor: determine if filesystem is local or remote
521 - - fsmonitor: prepare to share code between Mac OS and Linux
522 - - Merge branch 'ed/fsmonitor-on-networked-macos' into ed/fsmonitor-inotify
490 + . fsmonitor: update doc for Linux
491 + . fsmonitor: test updates
492 + . fsmonitor: enable fsmonitor for Linux
493 + . fsmonitor: implement filesystem change listener for Linux
494 + . fsmonitor: determine if filesystem is local or remote
495 + . fsmonitor: prepare to share code between Mac OS and Linux
496 + . Merge branch 'ed/fsmonitor-on-networked-macos' into ed/fsmonitor-inotify
497
498 Bundled fsmonitor for Linux using inotify API.
499
@@ -539,7 +513,7 @@ Release tarballs are available at:
513
514
515 * jc/more-sanitizer-at-ci (2022-10-11) 1 commit
542 - - ci: add address and undefined sanitizer tasks
516 + . ci: add address and undefined sanitizer tasks
517
518 Enable address and undefined sanitizer tasks at GitHub Actions CI.
519
@@ -547,17 +521,6 @@ Release tarballs are available at:
521 source: <xmqqpmezxl9p.fsf@gitster.g>
522
523
550 -* jh/struct-zero-init-with-older-clang (2022-10-10) 1 commit
551 - (merged to 'next' on 2022-10-13 at 393abc3019)
552 - + config.mak.dev: disable suggest braces error on old clang versions
553 -
554 - Work around older clang that warns against C99 zero initialization
555 - syntax for struct.
556 -
557 - Will merge to 'master'.
558 - source: <pull.1375.v2.git.1665416340806.gitgitgadget@gmail.com>
559 -
560 -
524 * od/ci-use-checkout-v3-when-applicable (2022-10-10) 2 commits
525 . ci(main): linux32 uses actions/checkout@v2
526 . ci(main): upgrade actions/checkout to v3
@@ -688,6 +651,8 @@ Release tarballs are available at:
651
652 "make coccicheck" is time consuming. It has been made to run more
653 incrementally.
654 +
655 + Will merge to 'next'?
656 source: <cover-v3-00.11-00000000000-20221014T152552Z-avarab@gmail.com>
657
658