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 1ca809d commit 67433e1Copy full SHA for 67433e1
LibGit2Sharp/Network.cs
@@ -54,6 +54,12 @@ public virtual RemoteCollection Remotes
54
55
/// <summary>
56
/// List references in a <see cref="Remote"/> repository.
57
+ /// <para>
58
+ /// When the remote tips are ahead of the local ones, the retrieved
59
+ /// <see cref="DirectReference"/>s may point to non existing
60
+ /// <see cref="GitObject"/>s in the local repository. In that
61
+ /// case, <see cref="DirectReference.Target"/> will return <c>null</c>.
62
+ /// </para>
63
/// </summary>
64
/// <param name="remote">The <see cref="Remote"/> to list from.</param>
65
/// <returns>The references in the <see cref="Remote"/> repository.</returns>
0 commit comments