在 2019/7/7 20:21, Jason Gunthorpe 写道: > On Sat, Jul 06, 2019 at 09:47:09AM +0800, oulijun wrote: >> 在 2019/6/24 19:47, Lijun Ou 写道: >>> From: o00290482 <o00290482@xxxxxxxxxx> >> Hi, Jason >> May be my local configuration error causing the wroong author. How should I make changes? >> >> The correct as follows: >> From: Lijun Ou <oulijun@xxxxxxxxxx> > I fixed it this once, but please check and fix it on your end in > future. > > You should be able to set the patch author in git's config file: > > [user] > email = jgg@xxxxxxxxxxxx > name = Jason Gunthorpe > > Jason > > . Thanks.