1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 04:21:16 +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

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