Hey Johannes, On Wed, May 25, 2016 at 10:34 AM, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > Hi Pranit, > > I think this patch series is now in a fine shape. Just one minor nit: Thanks! > On Tue, 24 May 2016, Pranit Bauva wrote: > >> + OPT_CMDMODE(0, "check-term-format", &cmdmode, >> + N_("check format of the term"), CHECK_TERM_FMT), > > Just like with cmd_mode and CMD_MODE, it would be more consistent to use > CHECK_TERM_FORMAT (instead of abbreviating it) when the option is already > spelled --check-term-format and the function name is check_term_format. > > It not only causes the eyes to stumble less, being consistent in naming > causes less typos and also makes it easier to dig into the source code > (think: `git grep -i check.name.format`). > > Not a big thing, but if you re-roll for any other reason, it would be good > to make the naming consistent, too. Sure I would include this in a re-roll. Anywhich ways it will really not make a big difference because after some time, "git grep -i check.term.format" wouldn't return anything except for the method name. Other occurrences would be vanished. Regards, Pranit Bauva > Ciao, > Johannes -- 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