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.
2 parents 0bfa463 + 69f4da8 commit 01202f5Copy full SHA for 01202f5
setup.c
@@ -1422,14 +1422,6 @@ int discover_git_directory(struct strbuf *commondir,
1422
return -1;
1423
}
1424
1425
- the_repository->repository_format_worktree_config =
1426
- candidate.worktree_config;
1427
-
1428
- /* take ownership of candidate.partial_clone */
1429
- the_repository->repository_format_partial_clone =
1430
- candidate.partial_clone;
1431
- candidate.partial_clone = NULL;
1432
1433
clear_repository_format(&candidate);
1434
return 0;
1435
0 commit comments