Dragan Simic <dsimic@xxxxxxxxxxx> writes: > -sendemail.smtpsslcertpath:: > +sendemail.smtpSSLCertPath:: > -sendemail.signedoffbycc:: > +sendemail.signedOffByCc:: > -sendemail.suppresscc:: > +sendemail.suppressCc:: > -sendemail.tocmd:: > +sendemail.toCmd:: > -sendemail.signedoffcc (deprecated):: > - Deprecated alias for `sendemail.signedoffbycc`. > +sendemail.signedOffCc (deprecated):: > + Deprecated alias for `sendemail.signedOffByCc`. All look good. > diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt > index d1ef6a204e68..8264f8738093 100644 > --- a/Documentation/git-send-email.txt > +++ b/Documentation/git-send-email.txt > @@ -138,7 +138,7 @@ Note that no attempts whatsoever are made to validate the encoding. > > --compose-encoding=<encoding>:: > Specify encoding of compose message. Default is the value of the > - 'sendemail.composeencoding'; if that is unspecified, UTF-8 is assumed. > + 'sendemail.composeEncoding'; if that is unspecified, UTF-8 is assumed. Good. > @@ -174,7 +174,7 @@ Sending > Specify a command to run to send the email. The command should > be sendmail-like; specifically, it must support the `-i` option. > The command will be executed in the shell if necessary. Default > - is the value of `sendemail.sendmailcmd`. If unspecified, and if > + is the value of `sendemail.sendmailCmd`. If unspecified, and if Good. > @@ -269,7 +269,7 @@ must be used for each option. > certificates concatenated together: see verify(1) -CAfile and > -CApath for more information on these). Set it to an empty string > to disable certificate verification. Defaults to the value of the > - `sendemail.smtpsslcertpath` configuration variable, if set, or the > + `sendemail.smtpSSLCertPath` configuration variable, if set, or the Good. > @@ -313,7 +313,7 @@ Automating > Specify a command to execute once per patch file which > should generate patch file specific "To:" entries. > Output of this command must be single email address per line. > - Default is the value of 'sendemail.tocmd' configuration value. > + Default is the value of 'sendemail.toCmd' configuration value. Good. > - cc list. Default is the value of `sendemail.signedoffbycc` configuration > + cc list. Default is the value of `sendemail.signedOffByCc` configuration Good. > - for each email set. Default is the value of 'sendemail.cccover' > + for each email set. Default is the value of 'sendemail.ccCover' Good. > - for each email set. Default is the value of 'sendemail.tocover' > + for each email set. Default is the value of 'sendemail.toCover' Good. > -Default is the value of `sendemail.suppresscc` configuration value; if > +Default is the value of `sendemail.suppressCc` configuration value; if Good. > - See 'sendemail.aliasesfile' for more information about aliases. > + See 'sendemail.aliasesFile' for more information about aliases. Good. This version looks very good to me. Thanks. Will queue.