Make <identifier> lowercase as per CodingGuidelines
*.c part for matches with '"[A-Z]+"'. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
1d5006ab31
commit
23c6a803d3
@ -194,7 +194,7 @@ static struct option builtin_merge_options[] = {
|
||||
"merge strategy to use", option_parse_strategy),
|
||||
OPT_CALLBACK('X', "strategy-option", &xopts, "option=value",
|
||||
"option for selected merge strategy", option_parse_x),
|
||||
OPT_CALLBACK('m', "message", &merge_msg, "MESSAGE",
|
||||
OPT_CALLBACK('m', "message", &merge_msg, "message",
|
||||
"merge commit message (for a non-fast-forward merge)",
|
||||
option_parse_message),
|
||||
OPT__VERBOSITY(&verbosity),
|
||||
|
Reference in New Issue
Block a user