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 a53b81a commit dbf1a8fCopy full SHA for dbf1a8f
scalar.c
@@ -707,6 +707,7 @@ static int init_shared_object_cache(const char *url,
707
708
static int cmd_clone(int argc, const char **argv)
709
{
710
+ int dummy = 0;
711
const char *branch = NULL;
712
char *branch_to_free = NULL;
713
int full_clone = 0, single_branch = 0, show_progress = isatty(2);
@@ -733,6 +734,8 @@ static int cmd_clone(int argc, const char **argv)
733
734
OPT_STRING(0, "local-cache-path", &local_cache_root,
735
N_("<path>"),
736
N_("override the path for the local Scalar cache")),
737
+ OPT_HIDDEN_BOOL(0, "no-fetch-commits-and-trees",
738
+ &dummy, N_("no longer used")),
739
OPT_END(),
740
};
741
const char * const clone_usage[] = {
0 commit comments