mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
smudgeLfs: Use default value
Eventually this should probably become a struct of options.
This commit is contained in:
parent
c02fcebb30
commit
d4ecf15dad
5 changed files with 14 additions and 11 deletions
|
@ -90,7 +90,7 @@ struct GitRepo
|
|||
const Hash & rev,
|
||||
bool exportIgnore,
|
||||
std::string displayPrefix,
|
||||
bool smudgeLfs) = 0;
|
||||
bool smudgeLfs = false) = 0;
|
||||
|
||||
virtual ref<SourceAccessor> getAccessor(const WorkdirInfo & wd, bool exportIgnore, MakeNotAllowedError makeNotAllowedError) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue