Replace some bool recursive with a new FileIngestionMethod enum
This commit is contained in:
@@ -69,7 +69,7 @@ GitInfo exportGit(ref<Store> store, const std::string & uri,
|
||||
return files.count(file);
|
||||
};
|
||||
|
||||
gitInfo.storePath = store->printStorePath(store->addToStore("source", uri, true, htSHA256, filter));
|
||||
gitInfo.storePath = store->printStorePath(store->addToStore("source", uri, FileIngestionMethod::Recursive, htSHA256, filter));
|
||||
|
||||
return gitInfo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user