8000
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 c405b0f commit be589efCopy full SHA for be589ef
LibGit2Sharp/FetchOptions.cs
@@ -14,7 +14,7 @@ public sealed class FetchOptions
14
/// based on the remote's <see cref="Remote.TagFetchMode"/> configuration.
15
/// </para>
16
/// <para>If neither this property nor the remote `tagopt` configuration is set,
17
- /// this will default to <see cref="TagFetchMode.Auto"/> (i.e. tags that point to objects
+ /// this will default to <see cref="F:TagFetchMode.Auto"/> (i.e. tags that point to objects
18
/// retrieved during this fetch will be retrieved as well).</para>
19
/// </summary>
20
public TagFetchMode? TagFetchMode { get; set; }
0 commit comments