mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +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);
|
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()));
|
auto data = std::string_view((const char *) git_blob_rawcontent(blob.get()), git_blob_rawsize(blob.get()));
|
||||||
|
|
||||||
return std::string(data);
|
return std::string(data);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue