> Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> writes > > > +CONFIGURATION > > > +------------- > > > + > > > +am.keepcr:: > > > + If true, git-am will call git-mailsplit for patches in mbox format > > > > `git am` > > `git mailsplit` > > > > > + with parameter '--keep-cr'. In this case git-mailsplit will > > > > Likewise > > > > > + not remove `\r` from lines ending with `\r\n`. Can be overridden > > > + by giving '--no-keep-cr' from the command line. > > > > That should be backquote, not forward-quote, right? > > > > I know it's not your code since it's a cut-and-paste from config.txt, > > but that illustrates my point above: we used to have one place with > > wrong quotes, and we'd have two after the patch. > > Ok I'll correct it in a minor patch Actually I don't think that this is a good idea to correct that (since there's many occurences of forward-quoted options in git-config.txt). I'll just remove the configuration part in the git am documentation. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html