1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00

doc: GitRepoImpl::path

This commit is contained in:
Robert Hensing 2024-01-18 22:25:30 +01:00
parent ed975e953c
commit 76a50b3a69

View file

@ -139,6 +139,7 @@ T peelObject(git_repository * repo, git_object * obj, git_object_t type)
struct GitRepoImpl : GitRepo, std::enable_shared_from_this<GitRepoImpl>
{
/** Location of the repository on disk. */
CanonPath path;
Repository repo;