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
/// Calculated status of a filepath in the working directory considering the current <see cref = "Repository.Index" /> and the <see cref="Repository.Head" />.
/// </summary>
publicFileStatusStatus;
/// <summary>
/// The difference between the <see cref="Repository.Head" /> and <see cref = "Repository.Index" />.
/// </summary>
publicIntPtrHeadToIndexPtr;
/// <summary>
/// The difference between the <see cref = "Repository.Index" /> and the working directory.