Skip to content

Commit

Permalink
Merge branch 'rt/push-recurse-submodule-usage-string'
Browse files Browse the repository at this point in the history
* rt/push-recurse-submodule-usage-string:
  builtin/push.c: fix description of --recurse-submodules option
  • Loading branch information
Junio C Hamano committed Dec 12, 2014
2 parents 974df59 + eedc4be commit bb87344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/push.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ int cmd_push(int argc, const char **argv, const char *prefix)
0, CAS_OPT_NAME, &cas, N_("refname>:<expect"),
N_("require old value of ref to be at this value"),
PARSE_OPT_OPTARG, parseopt_push_cas_option },
{ OPTION_CALLBACK, 0, "recurse-submodules", &flags, N_("check"),
{ OPTION_CALLBACK, 0, "recurse-submodules", &flags, "check|on-demand",
N_("control recursive pushing of submodules"),
PARSE_OPT_OPTARG, option_parse_recurse_submodules },
OPT_BOOL( 0 , "thin", &thin, N_("use thin pack")),
Expand Down

0 comments on commit bb87344

Please sign in to comment.