mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
wip
This commit is contained in:
parent
787cc04514
commit
ba417a2172
5 changed files with 416 additions and 9 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue