On 1/6/2021 6:51 AM, Junio C Hamano via GitGitGadget wrote: > From: Junio C Hamano <gitster@xxxxxxxxx> > > "Keep it homogeneous across the repository" is in general a > guideline that can be used to converge to a good practice, but > we can be a bit more prescriptive in this case. Just like the > messages we give die(_("...")) are formatted without the final > full stop and without the initial capitalization, most of the > argument help text are already formatted that way, and we want > to encourage that as the house style. > > Noticed-by: ZheNing Hu <adlternative@xxxxxxxxx> > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> ZheNing, It is certainly a common thing to pull patches from other contributors into your own series. However, you'll need to add your own sign-off at the end. I also believe that the intention was that this patch would come before the other, so please swap the patches. Then, you can update the message in the other patch from According to the "Error Messages" section of Documentation/CodingGuidelines, to According to the guidelines in parse-options.h, Thanks, -Stolee