What's cooking (2022/06 #05)

Junio C Hamano committed Jun 16, 2022 at 15:28 UTC d958ad873b6259e43e9d3ccb9aff91392e0a5f43
1 file changed +184 -189
whats-cooking.txt
+184 -189
@@ -1,10 +1,10 @@
1 To: git@vger.kernel.org
2 Bcc: lwn@lwn.net
3 -Subject: What's cooking in git.git (Jun 2022, #04; Mon, 13)
4 -X-master-at: 8168d5e9c23ed44ae3d604f392320d66556453c9
5 -X-next-at: 0611611a94d360ce329fe0f1863f779d7fab5cab
3 +Subject: What's cooking in git.git (Jun 2022, #05; Thu, 16)
4 +X-master-at: 3b9a5a33c2986522736d484da497ccd99d715220
5 +X-next-at: 10f37bed90c8150629a8f2f8f37966f953baf262
6
7 -What's cooking in git.git (Jun 2022, #04; Mon, 13)
7 +What's cooking in git.git (Jun 2022, #05; Thu, 16)
8 --------------------------------------------------
9
10 Here are the topics that have been cooking in my tree. Commits
@@ -13,15 +13,7 @@ topic is stable enough to be used and are candidate to be in a
13 future release). Commits prefixed with '-' are only in 'seen',
14 and aren't considered "accepted" at all.
15
16 -I just tagged Git 2.37-rc0, after merging some topics to the
17 -'master' branch. For some topics, it is a day early (I usually try
18 -to have topics cook at least 7 calendar days in 'next'), but since
19 -tomorrow is my "offline every other Tuesday" day, I am merging them
20 -early, among them is a fix for another (and hopefully the last
21 -known) 2.36 regression. I plan to tag -rc1 around the end of the
22 -week, at which time we will stop merging any new topic from the
23 -'next' branch down to 'master' until the final release that will
24 -happen around the end of the month (https://tinyurl.com/gitCal).
16 +The first -rc for this cycle is expected to be tagged tomorrow.
17
18 Copies of the source code to Git live in many repositories, and the
19 following is a list of the ones I push into or their mirrors. Some
@@ -54,152 +46,136 @@ Release tarballs are available at:
46 --------------------------------------------------
47 [Graduated to 'master']
48
57 -* ab/hooks-regression-fix (2022-06-07) 2 commits
58 - (merged to 'next' on 2022-06-08 at c1109feb67)
59 - + hook API: fix v2.36.0 regression: hooks should be connected to a TTY
60 - + run-command: add an "ungroup" option to run_process_parallel()
61 -
62 - In Git 2.36 we revamped the way how hooks are invoked. One change
63 - that is end-user visible is that the output of a hook is no longer
64 - directly connected to the standard output of "git" that spawns the
65 - hook, which was noticed post release. This is getting corrected.
66 - source: <cover-v6-0.2-00000000000-20220606T170356Z-avarab@gmail.com>
67 -
68 -
69 -* ab/remote-free-fix (2022-06-07) 2 commits
70 - (merged to 'next' on 2022-06-08 at 03c3aeaeee)
71 - + remote.c: don't dereference NULL in freeing loop
72 - + remote.c: remove braces from one-statement "for"-loops
73 -
74 - Use-after-free (with another forget-to-free) fix.
75 - source: <cover-0.3-00000000000-20220607T154520Z-avarab@gmail.com>
76 -
49 +* fs/ssh-default-key-command-doc (2022-06-08) 1 commit
50 + (merged to 'next' on 2022-06-10 at b5cc5b6619)
51 + + gpg docs: explain better use of ssh.defaultKeyCommand
52
78 -* ds/credentials-in-url (2022-06-06) 1 commit
79 - (merged to 'next' on 2022-06-08 at 3db83a2012)
80 - + remote: create fetch.credentialsInUrl config
53 + Doc update.
54 + source: <20220608152437.126276-1-fs@gigacodes.de>
55
82 - The "fetch.credentialsInUrl" configuration variable controls what
83 - happens when a URL with embedded login credential is used.
84 - source: <pull.1237.v5.git.1654526176695.gitgitgadget@gmail.com>
56
57 +* jc/revert-show-parent-info (2022-05-31) 2 commits
58 + (merged to 'next' on 2022-06-07 at e405211ff4)
59 + + revert: --reference should apply only to 'revert', not 'cherry-pick'
60 + (merged to 'next' on 2022-05-30 at b5da52dc14)
61 + + revert: optionally refer to commit in the "reference" format
62
87 -* gc/document-config-worktree-scope (2022-06-07) 1 commit
88 - (merged to 'next' on 2022-06-08 at 85f62a864a)
89 - + config: document and test the 'worktree' scope
63 + "git revert" learns "--reference" option to use more human-readable
64 + reference to the commit it reverts in the message template it
65 + prepares for the user.
66 + source: <xmqq8rqn7buk.fsf_-_@gitster.g>
67
91 - Doc update.
92 - source: <pull.1274.git.git.1654637044966.gitgitgadget@gmail.com>
68
69 +* po/rebase-preserve-merges (2022-06-06) 4 commits
70 + (merged to 'next' on 2022-06-10 at 471f67aebc)
71 + + rebase: translate a die(preserve-merges) message
72 + + rebase: note `preserve` merges may be a pull config option
73 + + rebase: help users when dying with `preserve-merges`
74 + + rebase.c: state preserve-merges has been removed
75
95 -* js/wait-or-whine-can-fail (2022-06-07) 1 commit
96 - (merged to 'next' on 2022-06-08 at 54fe70c95d)
97 - + run-command: don't spam trace2_child_exit()
76 + Various error messages that talk about the removal of
77 + "--preserve-merges" in "rebase" have been strengthened, and "rebase
78 + --abort" learned to get out of a state that was left by an earlier
79 + use of the option.
80 + source: <pull.1242.v2.git.1654341469.gitgitgadget@gmail.com>
81
99 - We used to log an error return from wait_or_whine() as process
100 - termination of the waited child, which was incorrect.
101 - source: <50d872a057a558fa5519856b95abd048ddb514dc.1654625626.git.steadmon@google.com>
82 +--------------------------------------------------
83 +[New Topics]
84
85 +* ab/credentials-in-url-more (2022-06-15) 2 commits
86 + (merged to 'next' on 2022-06-16 at de19b3b40c)
87 + + transfer doc: move fetch.credentialsInUrl to "transfer" config namespace
88 + + fetch doc: note "pushurl" caveat about "credentialsInUrl", elaborate
89
104 -* jt/unparse-commit-upon-graft-change (2022-06-06) 1 commit
105 - (merged to 'next' on 2022-06-08 at 3d8de84325)
106 - + commit,shallow: unparse commits if grafts changed
90 + Rename fetch.credentialsInUrl to transfer.credentialsInUrl as the
91 + single configuration variable should work both in pushing and
92 + fetching.
93
108 - Updating the graft information invalidates the list of parents of
109 - in-core commit objects that used to be in the graft file.
110 - source: <20220606175437.1740447-1-jonathantanmy@google.com>
94 + Will merge to 'master'.
95 + source: <cover-0.2-00000000000-20220615T103852Z-avarab@gmail.com>
96
97
113 -* pb/range-diff-with-submodule (2022-06-06) 1 commit
114 - (merged to 'next' on 2022-06-07 at e5e31590c4)
115 - + range-diff: show submodule changes irrespective of diff.submodule
98 +* ds/more-test-coverage (2022-06-16) 4 commits
99 + (merged to 'next' on 2022-06-16 at 3f0452418c)
100 + + cache-tree: remove cache_tree_find_path()
101 + + pack-write: drop always-NULL parameter
102 + + t5329: test 'git gc --cruft' without '--prune=now'
103 + + t2107: test 'git update-index --verbose'
104
117 - "git -c diff.submodule=log range-diff" did not show anything for
118 - submodules that changed in the ranges being compared, and
119 - "git -c diff.submodule=diff range-diff" did not work correctly.
120 - Fix this by including the "--submodule=short" output
121 - unconditionally to be compared.
122 - source: <pull.1244.v2.git.1654549153769.gitgitgadget@gmail.com>
105 + Improve test coverage with a handful of tests.
106
107 + Will merge to 'master'.
108 + source: <pull.1261.v2.git.1655385230.gitgitgadget@gmail.com>
109
125 -* sn/fsmonitor-missing-clock (2022-06-07) 1 commit
126 - (merged to 'next' on 2022-06-08 at 812b99338c)
127 - + fsmonitor: query watchman with right valid json
110
129 - Sample watchman interface hook sometimes failed to produce
130 - correctly formatted JSON message, which has been corrected.
131 - source: <20220607111419.15753-1-sluongng@gmail.com>
111 +* jk/remote-show-with-negative-refspecs (2022-06-15) 1 commit
112 + - remote: handle negative refspecs in git remote show
113
114 + "git remote show [-n] frotz" now pays attention to negative
115 + pathspecs.
116 + source: <20220614003251.16765-1-jacob.e.keller@intel.com>
117
134 -* tb/show-ref-optim (2022-06-06) 1 commit
135 - (merged to 'next' on 2022-06-08 at 683a3cc261)
136 - + builtin/show-ref.c: avoid over-iterating with --heads, --tags
118
138 - "git show-ref --heads" (and "--tags") still iterated over all the
139 - refs only to discard refs outside the specified area, which has
140 - been corrected.
141 - source: <3fa6932641f18d78156bbf60b1571383f2cb5046.1654293264.git.me@ttaylorr.com>
119 +* js/commit-graph-parsing-without-repo-settings (2022-06-15) 1 commit
120 + - commit-graph: refactor to avoid prepare_repo_settings
121
122 + source: <9b56496b0809cc8a25af877ea97042e2cb7f2af6.1655246092.git.steadmon@google.com>
123
144 -* tl/ls-tree-oid-only (2022-06-03) 1 commit
145 - (merged to 'next' on 2022-06-07 at e1c1e0b25a)
146 - + ls-tree: test for the regression in 9c4d58ff2c3
124
148 - Add tests for a regression fixed earlier.
149 - source: <patch-v2-1.1-f2beb02dd29-20220603T102148Z-avarab@gmail.com>
125 +* jk/optim-promisor-object-enumeration (2022-06-16) 1 commit
126 + (merged to 'next' on 2022-06-16 at ce0712a74c)
127 + + is_promisor_object(): walk promisor packs in pack-order
128
129 + Collection of what is referenced by objects in promisor packs have
130 + been optimized to inspect these objects in the in-pack order.
131
152 -* zh/read-cache-copy-name-entry-fix (2022-06-06) 1 commit
153 - (merged to 'next' on 2022-06-08 at 760f43dd19)
154 - + read-cache.c: reduce unnecessary cache entry name copying
132 + Will cook in 'next'.
133 + source: <YqrTsbXbEjx0Pabn@coredump.intra.peff.net>
134
156 - Remove redundant copying (with index v3 and older) or possible
157 - over-reading beyond end of mmapped memory (with index v4) has been
158 - corrected.
159 - source: <pull.1249.git.1654436248249.gitgitgadget@gmail.com>
135
161 ---------------------------------------------------
162 -[New Topics]
136 +* jk/perf-lib-test-titles (2022-06-16) 1 commit
137 + (merged to 'next' on 2022-06-16 at 064d7efa99)
138 + + perf-lib: fix missing test titles in output
139
164 -* jc/apply-icase-tests (2022-06-13) 1 commit
165 - - t4141: test "git apply" with core.ignorecase
140 + Show test titles to the performance test output again.
141
167 - source: <xmqqo7yw77qo.fsf@gitster.g>
142 + Will merge to 'master'.
143 + source: <YqrXLO5oMYeOr2PB@coredump.intra.peff.net>
144
145
170 -* ll/curl-accept-language (2022-06-13) 2 commits
171 - - PREP??? give initializer to rpc_state
172 - - remote-curl: send Accept-Language header to server
146 +* js/misc-fixes (2022-06-16) 6 commits
147 + (merged to 'next' on 2022-06-16 at 2f1f98e403)
148 + + relative_url(): fix incorrect condition
149 + + pack-mtimes: avoid closing a bogus file descriptor
150 + + read_index_from(): avoid memory leak
151 + + submodule--helper: avoid memory leak when fetching submodules
152 + + submodule-config: avoid memory leak
153 + + fsmonitor: avoid memory leak in `fsm_settings__get_incompatible_msg()`
154
174 - source: <pull.1251.v3.git.1655054421697.gitgitgadget@gmail.com>
155 + Assorted fixes to problems found by Coverity.
156
157 + Will merge to 'master'.
158 + source: <pull.1264.git.1655336146.gitgitgadget@gmail.com>
159
177 -* pb/diff-doc-raw-format (2022-06-13) 3 commits
178 - - diff-index.txt: update raw output format in examples
179 - - diff-format.txt: correct misleading wording
180 - - diff-format.txt: dst can be 0* SHA-1 when path is deleted, too
160
182 - source: <pull.1259.git.1655123383.gitgitgadget@gmail.com>
161 +* ro/mktree-allow-missing-fix (2022-06-16) 1 commit
162 + - mktree: do not load objects under '--missing'
163
164 + "git mktree --missing" lazily fetched objects that are missing from
165 + the local object store, which was totally unnecessary.
166
185 -* rs/archive-with-internal-gzip (2022-06-13) 5 commits
186 - - archive-tar: use internal gzip by default
187 - - archive-tar: use OS_CODE 3 (Unix) for internal gzip
188 - - archive-tar: add internal gzip implementation
189 - - archive-tar: factor out write_block()
190 - - archive: rename archiver data field to filter_command
167 + Waiting for review response.
168 + source: <1566aed1-a38f-a9ca-241c-21b56d732328@roku.com>
169
192 - source: <217a2f4d-4fc2-aaed-f5c2-1b7e134b046d@web.de>
170
171 +* jk/bug-fl-va-list-fix (2022-06-16) 1 commit
172 + (merged to 'next' on 2022-06-16 at 8150aebb0f)
173 + + bug_fl(): correctly initialize trace2 va_list
174
195 -* tl/pack-bitmap-trace (2022-06-13) 5 commits
196 - - bitmap: add trace2 outputs during open "bitmap" file
197 - - pack-bitmap.c: using error() instead of silently returning -1
198 - - pack-bitmap.c: make warnings support i18N when opening bitmap
199 - - pack-bitmap.c: rename "idx_name" to "bitmap_name"
200 - - pack-bitmap.c: continue looping when first MIDX bitmap is found
175 + Fix buggy va_list usage in recent code.
176
202 - source: <cover.1655018322.git.dyroneteng@gmail.com>
177 + Will merge to 'master'.
178 + source: <YquMyakxYnU6mI5a@coredump.intra.peff.net>
179
180 --------------------------------------------------
181 [Stalled]
@@ -264,7 +240,57 @@ Release tarballs are available at:
240 --------------------------------------------------
241 [Cooking]
242
267 -* ds/branch-checked-out (2022-06-13) 5 commits
243 +* jc/apply-icase-tests (2022-06-13) 1 commit
244 + - t4141: test "git apply" with core.ignorecase
245 +
246 + source: <xmqqo7yw77qo.fsf@gitster.g>
247 +
248 +
249 +* ll/curl-accept-language (2022-06-13) 2 commits
250 + - PREP??? give initializer to rpc_state
251 + - remote-curl: send Accept-Language header to server
252 +
253 + source: <pull.1251.v3.git.1655054421697.gitgitgadget@gmail.com>
254 +
255 +
256 +* pb/diff-doc-raw-format (2022-06-13) 3 commits
257 + - diff-index.txt: update raw output format in examples
258 + - diff-format.txt: correct misleading wording
259 + - diff-format.txt: dst can be 0* SHA-1 when path is deleted, too
260 +
261 + source: <pull.1259.git.1655123383.gitgitgadget@gmail.com>
262 +
263 +
264 +* rs/archive-with-internal-gzip (2022-06-15) 6 commits
265 + - archive-tar: use internal gzip by default
266 + - archive-tar: use OS_CODE 3 (Unix) for internal gzip
267 + - archive-tar: add internal gzip implementation
268 + - archive-tar: factor out write_block()
269 + - archive: rename archiver data field to filter_command
270 + - archive: update format documentation
271 +
272 + Teach "git archive" to (optionally and then by default) avoid
273 + spawning an external "gzip" process when creating ".tar.gz" (and
274 + ".tgz") archives.
275 +
276 + Will merge to 'next'.
277 + source: <9df761c3-355a-ede9-7971-b32687fe9abb@web.de>
278 +
279 +
280 +* tl/pack-bitmap-trace (2022-06-13) 5 commits
281 + - bitmap: add trace2 outputs during open "bitmap" file
282 + - pack-bitmap.c: using error() instead of silently returning -1
283 + - pack-bitmap.c: make warnings support i18N when opening bitmap
284 + - pack-bitmap.c: rename "idx_name" to "bitmap_name"
285 + - pack-bitmap.c: continue looping when first MIDX bitmap is found
286 +
287 + Add trace2 traces in code paths involving the pack bitmaps.
288 +
289 + Needs review.
290 + source: <cover.1655018322.git.dyroneteng@gmail.com>
291 +
292 +
293 +* ds/branch-checked-out (2022-06-15) 5 commits
294 - branch: fix branch_checked_out() leaks
295 - branch: use branch_checked_out() when deleting refs
296 - fetch: use new branch_checked_out() and add tests
@@ -276,29 +302,20 @@ Release tarballs are available at:
302 performs much better than the existing find_shared_symref() to
303 replace many uses of the latter.
304
279 - Will merge to 'next'?
280 - source: <pull.1254.git.1654718942.gitgitgadget@gmail.com>
281 -
282 -
283 -* fs/ssh-default-key-command-doc (2022-06-08) 1 commit
284 - (merged to 'next' on 2022-06-10 at b5cc5b6619)
285 - + gpg docs: explain better use of ssh.defaultKeyCommand
286 -
287 - Doc update.
288 -
289 - Will merge to 'master'.
290 - source: <20220608152437.126276-1-fs@gigacodes.de>
305 + Will merge to 'next'.
306 + source: <pull.1254.v2.git.1655234853.gitgitgadget@gmail.com>
307
308
309 * js/ci-github-workflow-markup (2022-06-13) 3 commits
294 - - ci(github): also mark up compile errors
295 - - ci(github): use grouping also in the `win-build` job
296 - - ci(github): bring back the 'print test failures' step
310 + (merged to 'next' on 2022-06-15 at 03eb5e68ed)
311 + + ci(github): also mark up compile errors
312 + + ci(github): use grouping also in the `win-build` job
313 + + ci(github): bring back the 'print test failures' step
314
315 Recent CI update hides certain failures in test jobs, which has
316 been corrected.
317
301 - Will merge to 'next'.
318 + Will merge to 'master'?
319 source: <pull.1253.v2.git.1655125988.gitgitgadget@gmail.com>
320
321
@@ -315,42 +332,47 @@ Release tarballs are available at:
332 source: <20220610195247.1177549-1-jonathantanmy@google.com>
333
334
318 -* gc/submodule-update (2022-06-10) 8 commits
319 - - submodule update: remove never-used expansion
320 - - submodule update: stop parsing options in .sh
321 - - submodule update: remove -v, pass --quiet
322 - - submodule--helper update: use one param per type
323 - - submodule update: pass --require-init and --init
324 - - submodule update: pass options with stuck forms
325 - - submodule update: pass options containing "[no-]"
326 - - submodule update: remove intermediate parsing
335 +* gc/submodule-update (2022-06-15) 12 commits
336 + - git-sh-setup.sh: remove "say" function, change last users
337 + - git-submodule.sh: use "$quiet", not "$GIT_QUIET"
338 + - submodule--helper: eliminate internal "--update" option
339 + - submodule--helper: understand --checkout, --merge and --rebase synonyms
340 + - submodule--helper: report "submodule" as our name in "-h" output
341 + - submodule--helper: rename "absorb-git-dirs" to "absorbgitdirs"
342 + - submodule update: remove "-v" option
343 + - submodule--helper: have --require-init imply --init
344 + - git-submodule.sh: remove unused top-level "--branch" argument
345 + - git-submodule.sh: make "$cached" variable a boolean
346 + - git-submodule.sh: remove unused $prefix var and --super-prefix
347 + - git-submodule.sh: remove unused sanitize_submodule_env()
348
349 More work on "git submodule update".
350
351 Needs review.
331 - source: <pull.1275.git.git.1654820781.gitgitgadget@gmail.com>
352 + source: <cover-v2-00.12-00000000000-20220613T220150Z-avarab@gmail.com>
353
354
355 * jc/resolve-undo (2022-06-09) 1 commit
335 - - revision: mark blobs needed for resolve-undo as reachable
356 + (merged to 'next' on 2022-06-15 at c195e5a2d9)
357 + + revision: mark blobs needed for resolve-undo as reachable
358
359 The resolve-undo information in the index was not protected against
360 GC, which has been corrected.
361
340 - Will merge to 'next'?
362 + Will merge to 'master'?
363 source: <xmqqfskdieqz.fsf@gitster.g>
364
365
366 * jp/prompt-clear-before-upstream-mark (2022-06-10) 2 commits
345 - - git-prompt: fix expansion of branch colour codes
367 + (merged to 'next' on 2022-06-15 at e580db03e9)
368 + + git-prompt: fix expansion of branch colour codes
369 (merged to 'next' on 2022-06-08 at 201a84ad63)
370 + git-prompt: make colourization consistent
371
372 Bash command line prompt (in contrib/) update.
373
351 - Will merge to 'next'.
352 - source: <20220609204447.32841-1-joak-pet@online.no>
353 - source: <20220606175022.8410-1-joak-pet@online.no>
374 + Will merge to 'master'?
375 + source: <20220607115024.64724-1-joak-pet@online.no>
376
377
378 * ab/build-gitweb (2022-06-02) 7 commits
@@ -384,16 +406,17 @@ Release tarballs are available at:
406 source: <cover-v2-0.7-00000000000-20220603T110506Z-avarab@gmail.com>
407
408
387 -* ac/bitmap-format-doc (2022-06-10) 3 commits
388 - - bitmap-format.txt: add information for trailing checksum
389 - - bitmap-format.txt: fix some formatting issues
390 - - bitmap-format.txt: feed the file to asciidoc to generate html
409 +* ac/bitmap-format-doc (2022-06-16) 3 commits
410 + (merged to 'next' on 2022-06-16 at 5591d11601)
411 + + bitmap-format.txt: add information for trailing checksum
412 + + bitmap-format.txt: fix some formatting issues
413 + + bitmap-format.txt: feed the file to asciidoc to generate html
414
415 Adjust technical/bitmap-format to be formatted by AsciiDoc, and
416 add some missing information to the documentation.
417
395 - Will merge to 'next'?
396 - source: <pull.1246.v3.git.1654858481.gitgitgadget@gmail.com>
418 + Will cook in 'next'.
419 + source: <pull.1246.v4.git.1655355834.gitgitgadget@gmail.com>
420
421
422 * hx/unpack-streaming (2022-06-13) 6 commits
@@ -412,22 +435,6 @@ Release tarballs are available at:
435 source: <cover.1654914555.git.chiyutianyi@gmail.com>
436
437
415 -* po/rebase-preserve-merges (2022-06-06) 4 commits
416 - (merged to 'next' on 2022-06-10 at 471f67aebc)
417 - + rebase: translate a die(preserve-merges) message
418 - + rebase: note `preserve` merges may be a pull config option
419 - + rebase: help users when dying with `preserve-merges`
420 - + rebase.c: state preserve-merges has been removed
421 -
422 - Various error messages that talk about the removal of
423 - "--preserve-merges" in "rebase" have been strengthened, and "rebase
424 - --abort" learned to get out of a state that was left by an earlier
425 - use of the option.
426 -
427 - Will merge to 'master'.
428 - source: <pull.1242.v2.git.1654341469.gitgitgadget@gmail.com>
429 -
430 -
438 * tb/show-ref-count (2022-06-06) 2 commits
439 - builtin/show-ref.c: limit output with `--count`
440 - builtin/show-ref.c: rename `found_match` to `matches_nr`
@@ -441,11 +448,12 @@ Release tarballs are available at:
448
449
450 * jc/cocci-cleanup (2022-06-07) 1 commit
444 - - cocci: retire is_null_sha1() rule
451 + (merged to 'next' on 2022-06-16 at 990576f5c5)
452 + + cocci: retire is_null_sha1() rule
453
454 Remove a coccinelle rule that is no longer relevant.
455
448 - Will merge to 'next'.
456 + Will merge to 'master'.
457 source: <xmqq7d5suoqt.fsf@gitster.g>
458
459
@@ -463,20 +471,6 @@ Release tarballs are available at:
471 source: <pull.1248.git.1654545325.gitgitgadget@gmail.com>
472
473
466 -* jc/revert-show-parent-info (2022-05-31) 2 commits
467 - (merged to 'next' on 2022-06-07 at e405211ff4)
468 - + revert: --reference should apply only to 'revert', not 'cherry-pick'
469 - (merged to 'next' on 2022-05-30 at b5da52dc14)
470 - + revert: optionally refer to commit in the "reference" format
471 -
472 - "git revert" learns "--reference" option to use more human-readable
473 - reference to the commit it reverts in the message template it
474 - prepares for the user.
475 -
476 - Will merge to 'master'.
477 - source: <xmqq8rqn7buk.fsf_-_@gitster.g>
478 -
479 -
474 * js/bisect-in-c (2022-05-21) 15 commits
475 - bisect: no longer try to clean up left-over `.git/head-name` files
476 - bisect: remove Cogito-related code
@@ -525,6 +519,7 @@ Release tarballs are available at:
519 allows users to forbid discovery of bare repositories.
520
521 Expecting a reroll.
522 + cf. <xmqqbkv4t7gp.fsf@gitster.g>
523 source: <29053d029f8ec61095a2ad557be38b1d485a158f.1654635432.git.gitgitgadget@gmail.com>
524
525