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
@ -104,8 +104,8 @@ int cmd_read_tree(int argc, const char **argv, const char *unused_prefix)
|
||||
struct unpack_trees_options opts;
|
||||
int prefix_set = 0;
|
||||
const struct option read_tree_options[] = {
|
||||
{ OPTION_CALLBACK, 0, "index-output", NULL, "FILE",
|
||||
"write resulting index to <FILE>",
|
||||
{ OPTION_CALLBACK, 0, "index-output", NULL, "file",
|
||||
"write resulting index to <file>",
|
||||
PARSE_OPT_NONEG, index_output_cb },
|
||||
OPT_SET_INT(0, "empty", &read_empty,
|
||||
"only empty the index", 1),
|
||||
|
Reference in New Issue
Block a user