1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

todo: fix git_attr_foreach

This commit is contained in:
Brian Camacho 2024-03-12 11:59:47 -07:00
parent f8bc96abf8
commit 8c6641ecfa
3 changed files with 31 additions and 11 deletions

View file

@ -69,7 +69,7 @@ struct GitRepo
*/
virtual std::vector<std::tuple<Submodule, Hash>> getSubmodules(const Hash & rev, bool exportIgnore) = 0;
virtual void smudgeLfs() = 0;
//virtual void smudgeLfs() = 0;
virtual std::string resolveSubmoduleUrl(
const std::string & url,