Replace some bool recursive with a new FileIngestionMethod enum

This commit is contained in:
John Ericson
2020-03-29 15:16:20 -04:00
parent eb1911e277
commit 225e62a56a
27 changed files with 105 additions and 87 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ public:
std::shared_ptr<FSAccessor> accessor) override;
StorePath addToStore(const string & name, const Path & srcPath,
bool recursive, HashType hashAlgo,
FileIngestionMethod recursive, HashType hashAlgo,
PathFilter & filter, RepairFlag repair) override;
StorePath addTextToStore(const string & name, const string & s,