Pete Harlan <pgit@xxxxxxxxxxxx> writes: > Signed-off-by: Pete Harlan <pgit@xxxxxxxxxxxx> > --- > The documentation and bash-completion have always capitalized > "renamelimit" as "renameLimit". The code has always lowercased the > whole name. Repair the docs. Key names are *case insensitive* so we can write it in docs in a way that is more clear, like 'renameLimit'. Code compares with lowercased key name, so that is why it uses 'renamelimit'. > @@ -2122,7 +2122,7 @@ _git_config () > diff.ignoreSubmodules > diff.mnemonicprefix > diff.noprefix > - diff.renameLimit > + diff.renamelimit > diff.renames > diff.suppressBlankEmpty > diff.tool Consitency - why you change diff.renameLimit but not diff.ignoreSubmodules? -- Jakub Narebski -- 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