We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6981ab2 commit c240ffeCopy full SHA for c240ffe
LibGit2Sharp/GitObject.cs
@@ -117,7 +117,7 @@ internal T Peel<T>(bool throwOnError) where T : GitObject
117
/// </summary>
118
/// <typeparam name="T">The kind of <see cref="GitObject"/> to peel to.</typeparam>
119
/// <returns>The peeled object</returns>
120
- public T Peel<T>() where T : GitObject
+ public virtual T Peel<T>() where T : GitObject
121
{
122
return Peel<T>(true);
123
}
0 commit comments