Skip to content
Snippets Groups Projects
Commit 6a4f2ece authored by Ralf Thielow's avatar Ralf Thielow Committed by Junio C Hamano
Browse files

push: don't mark options of recurse-submodules for translation

parent 1d88dab4
Branches
Tags
No related merge requests found
...@@ -547,7 +547,7 @@ int cmd_push(int argc, const char **argv, const char *prefix) ...@@ -547,7 +547,7 @@ int cmd_push(int argc, const char **argv, const char *prefix)
0, CAS_OPT_NAME, &cas, N_("refname>:<expect"), 0, CAS_OPT_NAME, &cas, N_("refname>:<expect"),
N_("require old value of ref to be at this value"), N_("require old value of ref to be at this value"),
PARSE_OPT_OPTARG, parseopt_push_cas_option }, PARSE_OPT_OPTARG, parseopt_push_cas_option },
{ OPTION_CALLBACK, 0, "recurse-submodules", &recurse_submodules, N_("check|on-demand|no"), { OPTION_CALLBACK, 0, "recurse-submodules", &recurse_submodules, "check|on-demand|no",
N_("control recursive pushing of submodules"), N_("control recursive pushing of submodules"),
PARSE_OPT_OPTARG, option_parse_recurse_submodules }, PARSE_OPT_OPTARG, option_parse_recurse_submodules },
OPT_BOOL( 0 , "thin", &thin, N_("use thin pack")), OPT_BOOL( 0 , "thin", &thin, N_("use thin pack")),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment