Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: [RFC PATCH] clone: Deprecate the --recursive option in favor of --recurse-submodules

From: Jakub Narebski <hidden>
Date: 2016-06-15 22:49:58

Jens Lehmann [off-list ref] writes:
quoted hunk ↗ jump to hunk
@@ -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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help