Skip to content

Commit

Permalink
doc: GitRepoImpl::path
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jan 18, 2024
1 parent ed975e9 commit 76a50b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libfetchers/git-utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 76a50b3

Please sign in to comment.