On Tue, Sep 26, 2023 at 6:21 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Jiang Xin <worldhello.net@xxxxxxxxx> writes: > > > From: Jiang Xin <zhiyou.jx@xxxxxxxxxxxxxxx> > > > > Enable stateless-rpc connection in "connect_helper()", and add support > > for remote archive from a stateless transport. > > ... > > Administrivia. Please make sure that your patches [1..N/N] appear > as a follow-up to the cover letter [0/N], instead of each of them > being individually a response to somebody else's message. > I will set the "format.thread" configuration variable so that I don't have to worry about forgetting the "--thread" option when executing git-format-patch. git config --global format.thread shallow Thanks.