We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clone --no-fetch-commits-and-trees
1 parent 0332292 commit 23f7b5aCopy full SHA for 23f7b5a
scalar.c
@@ -682,6 +682,7 @@ static int init_shared_object_cache(const char *url,
682
683
static int cmd_clone(int argc, const char **argv)
684
{
685
+ int dummy = 0;
686
const char *branch = NULL;
687
int full_clone = 0, single_branch = 0, show_progress = isatty(2);
688
int src = 1, tags = 1;
@@ -705,6 +706,8 @@ static int cmd_clone(int argc, const char **argv)
705
706
OPT_STRING(0, "local-cache-path", &local_cache_root,
707
N_("<path>"),
708
N_("override the path for the local Scalar cache")),
709
+ OPT_HIDDEN_BOOL(0, "no-fetch-commits-and-trees",
710
+ &dummy, N_("no longer used")),
711
OPT_END(),
712
};
713
const char * const clone_usage[] = {
0 commit comments