* A summary of in-flight topics
@ 2023-01-24 22:30 Junio C Hamano
2023-01-25 16:05 ` Elijah Newren
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2023-01-24 22:30 UTC (permalink / raw)
To: git
I hate to send out new issues of the "What's cooking" report too
often, but we have too many in-flight topics that are not getting
traction they may deserve, so let me send out a summary of the
topics listed in the draft I have for the next issue of it.
Those that are marked as "will merge to 'master'" won't be merged
immediately; they usually spend at least 1 calendar week in 'next'
(the second date on the line for each topic is the date they were
merged to 'next').
--------------------------------------------------
Expecting a (hopefully final) reroll.
- ms/send-email-feed-header-to-validate-hook 01-19 #2
- cb/checkout-same-branch-twice 01-20 #1
- rj/avoid-switching-to-already-used-branch 01-22 #3
Expecting a hopefully minor and final reroll.
- ab/avoid-losing-exit-codes-in-tests 12-20 #6
Expecting a reroll.
- tl/notes--blankline 11-09 #5
- ab/tag-object-type-errors 11-22 #5
- ab/config-multi-and-nonbool 11-27 #9
- cb/grep-fallback-failing-jit 12-17 #1
- ja/worktree-orphan 01-13 #4
- tc/cat-file-z-use-cquote 01-16 #1
- rj/branch-unborn-in-other-worktrees 01-19 #3
May want to discard. Breaking compatibility does not seem worth it.
- so/diff-merges-more 12-18 #5
May want to discard. Its jaggy edges may be a bit too sharp.
- cc/filtered-repack 12-25 #3
Needs review on the updated round.
- ed/fsmonitor-inotify 12-13 #6
Needs review.
- jc/spell-id-in-both-caps-in-message-id 12-17 #1
- ad/test-record-count-when-harness-is-in-use 12-25 #1
- cw/submodule-status-in-parallel 01-17 #6
- ab/sequencer-unleak 01-18 #8
- ab/various-leak-fixes 01-18 #19
Undecided
- rs/tree-parse-mode-overflow-check 01-21 #1
- rj/bisect-already-used-branch 01-22 #1
- ab/hook-api-with-stdin 01-23 #5
- ds/bundle-uri-5 01-23 #10
Waiting for review response.
- mc/switch-advice 11-09 #1
- js/range-diff-mbox 11-23 #1
Will merge to 'master'.
+ ab/cache-api-cleanup-users 01-17/01-18 #3
+ sa/cat-file-mailmap--batch-check 01-18/01-18 #1
+ km/send-email-with-v-reroll-count 11-27/01-19 #1
+ pb/branch-advice-recurse-submodules 01-18/01-19 #1
+ jc/doc-branch-update-checked-out-branch 01-18/01-19 #1
+ cb/grep-pcre-ucp 01-18/01-19 #1
+ jk/hash-object-literally-fd-leak 01-19/01-19 #1
+ cw/fetch-remote-group-with-duplication 01-19/01-20 #1
+ jc/doc-checkout-b 01-19/01-23 #1
+ po/pretty-format-columns-doc 01-19/01-23 #5
+ jk/hash-object-fsck 01-19/01-23 #7
+ en/rebase-update-refs-needs-merge-backend 01-22/01-23 #9
+ tb/t0003-invoke-dd-more-portably 01-22/01-23 #1
+ jc/attr-doc-fix 01-22/01-24 #1
+ ar/markup-em-dash 01-23/01-24 #1
Will merge to 'next'.
- mc/credential-helper-auth-headers 01-20 #12
Will merge to 'next'?
- en/ls-files-doc-update 01-13 #4
- as/ssh-signing-improve-key-missing-error 01-24 #1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: A summary of in-flight topics
2023-01-24 22:30 A summary of in-flight topics Junio C Hamano
@ 2023-01-25 16:05 ` Elijah Newren
2023-01-25 17:12 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Elijah Newren @ 2023-01-25 16:05 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
On Tue, Jan 24, 2023 at 2:37 PM Junio C Hamano <gitster@pobox.com> wrote:
[...]
> - ab/sequencer-unleak 01-18 #8
Perhaps move to "Expecting a hopefully minor and final reroll"? See
e.g. https://lore.kernel.org/git/xmqqedry17r4.fsf@gitster.g/ where you
commented on Phillip's approving the code changes but wanting a number
of commit message cleanups and fixes. Ævar did send a v3, and Phillip
commented on two of those patches, suggesting one could still use some
commit message cleanups.
> - ab/various-leak-fixes 01-18 #19
Isn't this already merged as 9ea1378d04 ("Merge branch
'ab/various-leak-fixes'", 2022-12-14) ? Why does it appear under
"needing review"? (I started reviewing, and while looking at the
existing code noted it already had the relevant changes, then went
digging and found it was merged...)
> Will merge to 'master'.
> + en/rebase-update-refs-needs-merge-backend 01-22/01-23 #9
I sent out a v5 since you sent this email, to include some final
changes Phillip was suggesting. He seems happy with those
(https://lore.kernel.org/git/94deff87-a4a0-e937-7549-3e5348361a12@dunelm.org.uk/),
so I agree it can merge down, but please use v5 instead of v4.
> Will merge to 'next'?
> - en/ls-files-doc-update 01-13 #4
I'm in favor, but self votes don't count so...
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: A summary of in-flight topics
2023-01-25 16:05 ` Elijah Newren
@ 2023-01-25 17:12 ` Junio C Hamano
0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2023-01-25 17:12 UTC (permalink / raw)
To: Elijah Newren; +Cc: git
Elijah Newren <newren@gmail.com> writes:
> On Tue, Jan 24, 2023 at 2:37 PM Junio C Hamano <gitster@pobox.com> wrote:
> [...]
>> - ab/sequencer-unleak 01-18 #8
>
> Perhaps move to "Expecting a hopefully minor and final reroll"? See
> e.g. https://lore.kernel.org/git/xmqqedry17r4.fsf@gitster.g/ where you
> commented on Phillip's approving the code changes but wanting a number
> of commit message cleanups and fixes. Ævar did send a v3, and Phillip
> commented on two of those patches, suggesting one could still use some
> commit message cleanups.
Thanks, you're right.
>> - ab/various-leak-fixes 01-18 #19
>
> Isn't this already merged as 9ea1378d04 ("Merge branch
> 'ab/various-leak-fixes'", 2022-12-14)?
The cover letter of its first iteration says
This is a follow-up to the ab/various-leak-fixes topic merged in
9ea1378d046 (Merge branch 'ab/various-leak-fixes', 2022-12-14). Like
that topic this is mixed collection of various leak fixes, all of
which should be simple to review & reason about.
Unfortunately the text does not appear in the cover for the
latest iteration, but that is how the topic name was reused.
THanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-25 17:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-24 22:30 A summary of in-flight topics Junio C Hamano
2023-01-25 16:05 ` Elijah Newren
2023-01-25 17:12 ` Junio C Hamano
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).