mirror of
https://github.com/NixOS/nix.git
synced 2025-11-25 03:39:36 +01:00
todo: fix git_attr_foreach
This commit is contained in:
parent
f8bc96abf8
commit
8c6641ecfa
3 changed files with 31 additions and 11 deletions
|
|
@ -655,8 +655,9 @@ 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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue