File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ static int init_shared_object_cache(const char *url,
665665static int cmd_clone (int argc , const char * * argv )
666666{
667667 const char * branch = NULL ;
668- int full_clone = 0 , single_branch = 0 ;
668+ int full_clone = 0 , single_branch = 0 , dummy = 0 ;
669669 const char * cache_server_url = NULL , * local_cache_root = NULL ;
670670 char * default_cache_server_url = NULL , * local_cache_root_abs = NULL ;
671671 struct option clone_options [] = {
@@ -682,6 +682,8 @@ static int cmd_clone(int argc, const char **argv)
682682 OPT_STRING (0 , "local-cache-path" , & local_cache_root ,
683683 N_ ("<path>" ),
684684 N_ ("override the path for the local Scalar cache" )),
685+ OPT_HIDDEN_BOOL (0 , "no-fetch-commits-and-trees" ,
686+ & dummy , N_ ("no longer used" )),
685687 OPT_END (),
686688 };
687689 const char * const clone_usage [] = {
You can’t perform that action at this time.
0 commit comments