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:
parent
f8bc96abf8
commit
8c6641ecfa
3 changed files with 31 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue