mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
todo: actual smudge
This commit is contained in:
parent
9ef1c2887f
commit
f8bc96abf8
1 changed files with 1 additions and 0 deletions
|
@ -510,6 +510,7 @@ struct GitInputAccessor : InputAccessor
|
|||
{
|
||||
auto blob = getBlob(path, symlink);
|
||||
|
||||
// read filters here, perform smudge
|
||||
auto data = std::string_view((const char *) git_blob_rawcontent(blob.get()), git_blob_rawsize(blob.get()));
|
||||
|
||||
return std::string(data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue