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 9c45030 commit bdef11aCopy full SHA for bdef11a
LibGit2Sharp/Commit.cs
@@ -54,7 +54,7 @@ internal Commit(Repository repo, ObjectId id)
54
/// <summary>
55
/// Gets the <see cref="TreeEntry"/> pointed at by the <paramref name="relativePath"/> in the <see cref="Tree"/>.
56
/// </summary>
57
- /// <param name="relativePath">The relative path to the <see cref="TreeEntry"/> from the <see cref="Commit"/> working directory.</param>
+ /// <param name="relativePath">Path to the <see cref="TreeEntry"/> from the tree in this <see cref="Commit"/></param>
58
/// <returns><c>null</c> if nothing has been found, the <see cref="TreeEntry"/> otherwise.</returns>
59
public virtual TreeEntry this[string relativePath]
60
{
0 commit comments