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 7ac90ab commit cd69365Copy full SHA for cd69365
LibGit2Sharp/Core/GitFetchOptions.cs
@@ -11,6 +11,7 @@ internal class GitFetchOptions
11
public bool UpdateFetchHead = true;
12
public TagFetchMode download_tags;
13
public GitProxyOptions ProxyOptions;
14
+ public int Depth = 0; // GIT_FETCH_DEPTH_FULL
15
public RemoteRedirectMode FollowRedirects = RemoteRedirectMode.Initial;
16
public GitStrArrayManaged CustomHeaders;
17
}
0 commit comments