Closed
Description
It would be great if GitObject.Repository
was made public
https://github.com/libgit2/libgit2sharp/blob/vNext/LibGit2Sharp/GitObject.cs#L31
I have many extension methods that need access to both the GitObject
(eg a Commit
) and the Repository
. At the moment I need to pass in the instance of the repository or access it via reflection.
Metadata
Metadata
Assignees
Labels
No labels