summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7532345)
raw | patch | inline | side by side (parent: 7532345)
author | Chris Packham <judge.packham@gmail.com> | |
Thu, 10 Feb 2011 22:59:31 +0000 (11:59 +1300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 11 Feb 2011 22:24:34 +0000 (14:24 -0800) |
The recurse_submodules option was added in ccdd3da6 to bring 'git clone'
into line with 'git fetch' and future commands. The correct option should
have been "recurse-submodules".
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
into line with 'git fetch' and future commands. The correct option should
have been "recurse-submodules".
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c | patch | blob | history |
diff --git a/builtin/clone.c b/builtin/clone.c
index 61e0989b5ab8fffb16ec28e64c38b4fa236cb3ed..82a6938620cf0dea602a3034f53f2f6e0e00dc69 100644 (file)
--- a/builtin/clone.c
+++ b/builtin/clone.c
"setup as shared repository"),
OPT_BOOLEAN(0, "recursive", &option_recursive,
"initialize submodules in the clone"),
- OPT_BOOLEAN(0, "recurse_submodules", &option_recursive,
+ OPT_BOOLEAN(0, "recurse-submodules", &option_recursive,
"initialize submodules in the clone"),
OPT_STRING(0, "template", &option_template, "path",
"path the template repository"),