You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>
/// Gets the <see cref="TreeEntry"/> pointed at by the <paramref name="relativePath"/> in the <see cref="Tree"/>.
/// </summary>
/// <param name="relativePath">The relative path to the <see cref="TreeEntry"/> from the <see cref="Commit"/> working directory.</param>
/// <returns><c>null</c> if nothing has been found, the <see cref="TreeEntry"/> otherwise.</returns>
relativePath usage is misleading. Maybe just path?
working directory makes no sense from a Commit standpoint. Maybe just root?
The text was updated successfully, but these errors were encountered:
It currently states
relativePath
usage is misleading. Maybe justpath
?working directory
makes no sense from aCommit
standpoint. Maybe justroot
?The text was updated successfully, but these errors were encountered: