From: Illia Bobyr <illia.bobyr@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH v4 0/10] Long names for `git log -S` and `git log -G`
Date: Tue, 11 Feb 2025 19:28:49 -0800 [thread overview]
Message-ID: <ceab16cd-1b26-453c-a326-d76f16b35814@gmail.com> (raw)
In-Reply-To: <xmqqwmdwxsmz.fsf@gitster.g>
On 2/11/25 10:07, Junio C Hamano wrote:
> Illia Bobyr <illia.bobyr@gmail.com> writes:
>
>> I've split the big change from v3 [1] into multiple, mostly
independent patches
>> to make it easier to review and merge each one separately.
>>
>> [1]
https://lore.kernel.org/git/20250206014324.1839232-1-illia.bobyr@gmail.com/
>>
>> Patches 1 through 4 are fixing minor bugs and inconsistencies.
>>
>> Patch 5 contains updates gitdiffcore to use same placeholder names
as the rest
>> of the code.
>>
>> Patch 6 contains a minimum change to add long versions of -S and -G.
>>
>> Patch 7 adds bash completion support.
>>
>> Patches 8 through 10 increase usage of the long argument versions in
tests, CLI
>> help and docs respectively.
>>
>> Please, let me know if you prefer it split in a different way, or
reorder the
>> changes.
>
> When you base your patch on a different base than 'master' (or if
> the previous iteration of the topic has already been queued in my
> tree, then the commit used as the base to queue the topic), please
> make sure you state it clearly.
>
> This iteration seems to apply on none of bc204b74 (The seventh
> batch, 2025-02-03), on top of which the previous round dcc02caba2
> (ib/diff-S-G-with-longhand) has been queued, or any of the recent
> tips of 'master', like 388218fa (The ninth batch, 2025-02-10) or
> 9520f7d9 (The eighth batch, 2025-02-06), so I cannot look at it.
Sorry for the confusion. I randomly decided to check if my changes have any
conflicts with `next` and rebased on top of it.
Did not realize it would affect the patches.
I've rebased back on top of `master` and published as v5.
>> I was not sure if I should include a reference to the previous
version of the
>> patch into the next reroll. It seems that
>> `Documentation/MyFirstContribution.adoc` suggests so. But it creates
very long
>> threads. And I've noticed that not everyone is doing it.
>
> Almost everybody does so, actually.
>
> Taking a topic that has 5 iterations, each about ~20 patches, as an
> example:
>
>
https://lore.kernel.org/git/20250207-pks-reftable-drop-git-compat-util-v5-0-ba2adc79110f@pks.im/
>
> it is perfectly clear and easy to nagivate from the list of messages
> what discussions we had in previous iterations.
Thank you for the explanation and for sharing an example link. I'll use v3
cover letter as a reference point for v5, as I have already interrupted the
reference chain in v3.
>> Reply to review notes ...
>
> It is more customary to Reply-all directly to review messages,
> instead of sending new round of patches. When the cover letter of a
> new iteration is sent as a response to the cover letter of the
> previous iteration, readers can find the previous discussion
> messages.
Got it. Thank you. I have replied to your review email, so that we can
continue the conversation there.
next prev parent reply other threads:[~2025-02-12 3:28 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-06 1:43 [PATCH v3 0/1] Long names for `git log -S` and `git log -G` Illia Bobyr
2025-02-06 1:43 ` [PATCH v3 1/1] diff: --patch-{modifies,grep} arg names for -S and -G Illia Bobyr
2025-02-06 20:59 ` Junio C Hamano
2025-02-12 3:26 ` Illia Bobyr
2025-02-12 17:08 ` Junio C Hamano
2025-02-06 13:04 ` [PATCH v3 0/1] Long names for `git log -S` and `git log -G` Junio C Hamano
2025-02-11 8:50 ` [PATCH v4 0/10] " Illia Bobyr
2025-02-11 18:07 ` Junio C Hamano
2025-02-12 3:28 ` Illia Bobyr [this message]
2025-02-11 8:50 ` [PATCH v4 01/10] t/t4209-log-pickaxe: Naming typo: -G takes a regex Illia Bobyr
2025-02-11 8:50 ` [PATCH v4 02/10] diff: -G description: Correct copy/paste error Illia Bobyr
2025-02-11 8:50 ` [PATCH v4 03/10] diff: short help: Correct -S description Illia Bobyr
2025-02-11 8:50 ` [PATCH v4 04/10] diff: short help: Add -G and --pickaxe-grep Illia Bobyr
2025-02-11 8:50 ` [PATCH v4 05/10] docs: gitdiffcore: -G and -S: Use regex/string placeholders Illia Bobyr
2025-02-11 8:50 ` [PATCH v4 06/10] diff: --patch-{grep,modifies} arg names for -G and -S Illia Bobyr
2025-02-11 8:50 ` [PATCH v4 07/10] completion: Support --patch-{grep,modifies} Illia Bobyr
2025-02-11 8:50 ` [PATCH v4 08/10] diff: test: Use --patch-{grep,modifies} over -G/-S Illia Bobyr
2025-02-11 8:50 ` [PATCH v4 09/10] diff: --pickaxe-{all,regex} help: Add --patch-{grep,modifies} Illia Bobyr
2025-02-11 8:50 ` [PATCH v4 10/10] diff: docs: Use --patch-{grep,modifies} over -G/-S Illia Bobyr
2025-02-12 3:26 ` [PATCH v5 00/10] Long names for `git log -S` and `git log -G` Illia Bobyr
2025-02-12 3:26 ` [PATCH v5 01/10] t/t4209-log-pickaxe: Naming typo: -G takes a regex Illia Bobyr
2025-02-13 4:06 ` Junio C Hamano
2025-02-12 3:26 ` [PATCH v5 02/10] diff: -G description: Correct copy/paste error Illia Bobyr
2025-02-13 4:16 ` Junio C Hamano
2025-02-12 3:26 ` [PATCH v5 03/10] diff: short help: Correct -S description Illia Bobyr
2025-02-13 4:26 ` Junio C Hamano
2025-02-12 3:26 ` [PATCH v5 04/10] diff: short help: Add -G and --pickaxe-grep Illia Bobyr
2025-02-12 3:26 ` [PATCH v5 05/10] docs: gitdiffcore: -G and -S: Use regex/string placeholders Illia Bobyr
2025-02-13 4:36 ` Junio C Hamano
2025-02-12 3:26 ` [PATCH v5 06/10] diff: --patch-{grep,modifies} arg names for -G and -S Illia Bobyr
2025-02-13 5:20 ` Junio C Hamano
2025-02-12 3:26 ` [PATCH v5 07/10] completion: Support --patch-{grep,modifies} Illia Bobyr
2025-02-13 5:46 ` Junio C Hamano
2025-02-12 3:26 ` [PATCH v5 08/10] diff: test: Use --patch-{grep,modifies} over -G/-S Illia Bobyr
2025-02-12 3:26 ` [PATCH v5 09/10] diff: --pickaxe-{all,regex} help: Add --patch-{grep,modifies} Illia Bobyr
2025-02-12 3:26 ` [PATCH v5 10/10] diff: docs: Use --patch-{grep,modifies} over -G/-S Illia Bobyr
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=ceab16cd-1b26-453c-a326-d76f16b35814@gmail.com \
--to=illia.bobyr@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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).