X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=builtin%2Fpush.c;h=013c20d6164f61dc404b89271c0281d28b5069a7;hb=bdfef0492cada3fb36f454804796bf12c79a7136;hp=1c28427d82ee73631fb02b5f126c40ebd2cb1774;hpb=7676b86ec2a60078ed3eb274d208bf61be3e29a7;p=thirdparty%2Fgit.git diff --git a/builtin/push.c b/builtin/push.c index 1c28427d82..013c20d616 100644 --- a/builtin/push.c +++ b/builtin/push.c @@ -548,7 +548,7 @@ int cmd_push(int argc, const char **argv, const char *prefix) { OPTION_CALLBACK, 0, "recurse-submodules", &recurse_submodules, "check|on-demand|no", N_("control recursive pushing of submodules"), PARSE_OPT_OPTARG, option_parse_recurse_submodules }, - OPT_BOOL( 0 , "thin", &thin, N_("use thin pack")), + OPT_BOOL_F( 0 , "thin", &thin, N_("use thin pack"), PARSE_OPT_NOCOMPLETE), OPT_STRING( 0 , "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), OPT_STRING( 0 , "exec", &receivepack, "receive-pack", N_("receive pack program")), OPT_BIT('u', "set-upstream", &flags, N_("set upstream for git pull/status"),