This is the complete list of members for nix::GitRepo, including all inherited members.
dereferenceSingletonDirectory(const Hash &oid)=0 | nix::GitRepo | pure virtual |
fetch(const std::string &url, const std::string &refspec, bool shallow)=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
flush()=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
getAccessor(const Hash &rev, bool exportIgnore, std::string displayPrefix)=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
getAccessor(const WorkdirInfo &wd, bool exportIgnore, MakeNotAllowedError makeNotAllowedError)=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
getCachedWorkdirInfo(const std::filesystem::path &path) (defined in nix::GitRepo) | nix::GitRepo | static |
getFileSystemObjectSink()=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
getLastModified(const Hash &rev)=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
getRevCount(const Hash &rev)=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
getSubmodules(const Hash &rev, bool exportIgnore)=0 | nix::GitRepo | pure virtual |
getWorkdirInfo()=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
getWorkdirRef()=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
hasObject(const Hash &oid)=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
isShallow()=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
openRepo(const std::filesystem::path &path, bool create=false, bool bare=false) (defined in nix::GitRepo) | nix::GitRepo | static |
resolveRef(std::string ref)=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
resolveSubmoduleUrl(const std::string &url)=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
setRemote(const std::string &name, const std::string &url)=0 (defined in nix::GitRepo) | nix::GitRepo | pure virtual |
treeHashToNarHash(const Hash &treeHash)=0 | nix::GitRepo | pure virtual |
verifyCommit(const Hash &rev, const std::vector< fetchers::PublicKey > &publicKeys)=0 | nix::GitRepo | pure virtual |
~GitRepo() (defined in nix::GitRepo) | nix::GitRepo | inlinevirtual |