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.
1 parent 201ec78 commit 3c5b2d5Copy full SHA for 3c5b2d5
1 file changed
gix/src/clone/mod.rs
@@ -102,7 +102,6 @@ impl PrepareFetch {
102
mut create_opts: crate::create::Options,
103
open_opts: crate::open::Options,
104
) -> Result<Self, Error> {
105
- create_opts.destination_must_be_empty = true;
106
let mut repo = crate::ThreadSafeRepository::init_opts(path, kind, create_opts, open_opts)?.to_thread_local();
107
url.canonicalize(repo.options.current_dir_or_empty())
108
.map_err(|err| Error::CanonicalizeUrl {
0 commit comments