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
/// <param name = "newTree">The <see cref = "Tree"/> you want to compare to.</param>
63
69
/// <param name = "paths">The list of paths (either files or directories) that should be compared.</param>
64
70
/// <returns>A <see cref = "TreeChanges"/> containing the changes between the <paramref name = "oldTree"/> and the <paramref name = "newTree"/>.</returns>
@@ -89,7 +95,7 @@ private DiffListSafeHandle BuildDiffListFromTrees(ObjectId oldTree, ObjectId new
89
95
/// <param name = "oldBlob">The <see cref = "Blob"/> you want to compare from.</param>
90
96
/// <param name = "newBlob">The <see cref = "Blob"/> you want to compare to.</param>
91
97
/// <returns>A <see cref = "ContentChanges"/> containing the changes between the <paramref name = "oldBlob"/> and the <paramref name = "newBlob"/>.</returns>
0 commit comments