From: Junio C Hamano <gitster@pobox.com>
To: Taylor Blau <me@ttaylorr.com>
Cc: git@vger.kernel.org, "SZEDER Gábor" <szeder.dev@gmail.com>
Subject: Re: What's cooking in git.git (Apr 2020, #03; Tue, 28)
Date: Wed, 29 Apr 2020 09:45:48 -0700 [thread overview]
Message-ID: <xmqqr1w6xmtf.fsf@gitster.c.googlers.com> (raw)
In-Reply-To: <20200429155701.GA83442@syl.local> (Taylor Blau's message of "Wed, 29 Apr 2020 09:57:01 -0600")
Taylor Blau <me@ttaylorr.com> writes:
>> * tb/commit-graph-split-strategy (2020-04-15) 7 commits
>> + commit-graph.c: introduce '--[no-]check-oids'
>> + commit-graph.h: replace 'commit_hex' with 'commits'
>> + oidset: introduce 'oidset_size'
>> + builtin/commit-graph.c: introduce split strategy 'replace'
>> + builtin/commit-graph.c: introduce split strategy 'no-merge'
>> + builtin/commit-graph.c: support for '--split[=<strategy>]'
>> + t/helper/test-read-graph.c: support commit-graph chains
>> (this branch is used by tb/commit-graph-fd-exhaustion-fix.)
>>
>> "git commit-graph write" learned different ways to write out split
>> files.
>>
>> Will merge to 'master'.
> ...
> In either case, the rest of the series is ready to merge, and other
> topics depend on it, so I figure that we can merge the first 6 patches
> and hold off on the last one for now.
>
> Sound good?
If other topics that depend on it build on the whole series, merging
only the first 6 does not make much sense. These other ones are
blocked forever.
Applying a single patch to revert the no-check-oids patch on top of
this series, and merging the resulting 8-commit series to 'master',
may be a workable solution, though. We need to keep an eye on the
merge possibly reintroducing the no-check-oids stuff when the
dependent topics are merged to 'master' (that is why we do not want
to see people build new things on another topic that is slushy), but
I think there is only one topic, so it should be manageable.
Why don't we do this:
$ git checkout tb/commit-graph-fd-exhaustion-fix
$ git revert tb/commit-graph-split-strategy
$ git checkout master
$ git merge tb/commit-graph-fd-exhaustion-fix
$ git branch -d tb/commit-graph-fd-exhaustion-fix tb/commit-graph-split-strategy
That's the simplest solution and we'll have two fewer topics we need
to worry about when we are done.
next prev parent reply other threads:[~2020-04-29 16:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 23:41 What's cooking in git.git (Apr 2020, #03; Tue, 28) Junio C Hamano
2020-04-29 15:57 ` Taylor Blau
2020-04-29 16:45 ` Junio C Hamano [this message]
2020-04-29 16:55 ` Taylor Blau
2020-04-29 17:23 ` Junio C Hamano
2020-04-29 17:26 ` Taylor Blau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqr1w6xmtf.fsf@gitster.c.googlers.com \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=me@ttaylorr.com \
--cc=szeder.dev@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).