mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
doc: GitRepoImpl::path
This commit is contained in:
parent
ed975e953c
commit
76a50b3a69
@ -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>
|
struct GitRepoImpl : GitRepo, std::enable_shared_from_this<GitRepoImpl>
|
||||||
{
|
{
|
||||||
|
/** Location of the repository on disk. */
|
||||||
CanonPath path;
|
CanonPath path;
|
||||||
Repository repo;
|
Repository repo;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user