Santosh Shilimkar [off-list ref] writes:
[...]
quoted
Minor nit in your git-send-email config.
Can you add the following to your ~/.gitconfig, or update to newer
git
where this is now the default:
[sendemail]
chainreplyto = false
This will make all patches a reply to PATCH 0 instead of to the
previous
patch.
Have tried this in v2 I posted but it didn't appear to be a
reply for PATCH 0.
You didn't have (or I didn't see) a PATCH 0 in your v2 version. After
patch 1, all patches are replies to patch 1 (using In-Reply-To: and
References:) resulting in proper threading.
May be I missed something.
I don't think so, it looks right now.
Kevin