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>
public FileStatus status;
/// <summary>
/// The difference between the <see cref="Repository.Head" /> and <see cref = "Repository.Index" />.
/// </summary>
public git_diff_delta* head_to_index;
/// <summary>
/// The difference between the <see cref = "Repository.Index" /> and the working directory.