[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240416124858.GX2399047@google.com>
Date: Tue, 16 Apr 2024 13:48:58 +0100
From: Lee Jones <lee@...nel.org>
To: Min Li <min.li.xe@...esas.com>
Cc: Min Li <lnimi@...mail.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH mfd v1 1/2] mfd: rsmu: support I2C SMBus access
On Fri, 12 Apr 2024, Min Li wrote:
> >
> > These are still not connected.
> >
>
> Hi Lee
>
> It is my first time using --thread option. Can you let me know if I am doing everything right.
> Thanks
>
> 1) git format-patch --thread=deep
I believe --thread is the default here.
These are the commands I use:
$ mkdir patches
$ git format-patch --cover-letter -M -o patches <baseref>..<topref>
> 2) git send-email
git send-email --no-format-patch \
--smtp-server=${SMTPSERVER} \
--smtp-server-port=${SMTPSERVERPORT} \
--smtp-encryption=${SMTPENCRYPT} \
--smtp-user=${SMTPUSER} \
--smtp-pass=${SMTPPASS} \
--from=\"${SMTPFROM}\" \
--to=${TO} \
--cc=${CC} \
--annotate \
--compose \
patches
--
Lee Jones [李琼斯]
Powered by blists - more mailing lists