1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 13:31:48 +02:00
This commit is contained in:
Brian Camacho 2024-08-26 16:57:49 -04:00
parent 787cc04514
commit ba417a2172
5 changed files with 416 additions and 9 deletions

View file

@ -679,7 +679,7 @@ struct GitInputScheme : InputScheme
if (getLfsAttr(input)) {
warn("lfs attr set on %s", input.to_string());
// urlencoded `?lfs=1` param is set,
//repo->smudgeLfs();
repo->smudgeLfs();
}
assert(!origRev || origRev == rev);