From: Jakub Narebski <jnareb@gmail.com>
To: Jens Lehmann <Jens.Lehmann@web.de>
Cc: Git Mailing List <git@vger.kernel.org>,
Junio C Hamano <gitster@pobox.com>,
Chris Packham <judge.packham@gmail.com>
Subject: Re: [RFC PATCH] clone: Deprecate the --recursive option in favor of --recurse-submodules
Date: Wed, 03 Nov 2010 15:13:47 -0700 (PDT) [thread overview]
Message-ID: <m3aalqgion.fsf@localhost.localdomain> (raw)
In-Reply-To: <4CD1ACF7.6040108@web.de>
Jens Lehmann <Jens.Lehmann@web.de> 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
next prev parent reply other threads:[~2010-11-03 22:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-03 18:41 [RFC PATCH] clone: Deprecate the --recursive option in favor of --recurse-submodules Jens Lehmann
2010-11-03 22:13 ` Jakub Narebski [this message]
2010-11-03 22:24 ` Sverre Rabbelier
2010-11-03 22:36 ` Junio C Hamano
2010-11-04 20:27 ` [PATCH] clone: Add the --recurse-submodules option as alias for --recursive Jens Lehmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3aalqgion.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=Jens.Lehmann@web.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=judge.packham@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).