8000 Update GitFetchOptions to include new Depth value · darkthread/libgit2sharp@cd69365 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd69365

Browse files
committed
Update GitFetchOptions to include new Depth value
1 parent 7ac90ab commit cd69365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibGit2Sharp/Core/GitFetchOptions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ internal class GitFetchOptions
1111
public bool UpdateFetchHead = true;
1212
public TagFetchMode download_tags;
1313
public GitProxyOptions ProxyOptions;
14+
public int Depth = 0; // GIT_FETCH_DEPTH_FULL
1415
public RemoteRedirectMode FollowRedirects = RemoteRedirectMode.Initial;
1516
public GitStrArrayManaged CustomHeaders;
1617
}

0 commit comments

Comments
 (0)
0