Jens Lehmann <Jens.Lehmann@xxxxxx> writes: > @@ -65,6 +65,8 @@ static struct option builtin_clone_options[] = { > OPT_BOOLEAN('s', "shared", &option_shared, > "setup as shared repository"), > OPT_BOOLEAN(0, "recursive", &option_recursive, > + "initialize submodules in the clone (deprecated)"), > + OPT_BOOLEAN(0, "recurse_submodules", &option_recurse_submodules, > "initialize submodules in the clone"), > OPT_STRING(0, "template", &option_template, "path", > "path the template repository"), Shouldn't we use PARSE_OPT_HIDDEN? Or should it be left for later? -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html