Skip to content

Commit

Permalink
Update GitFetchOptions to include new Depth value
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Nov 27, 2023
1 parent 7ac90ab commit cd69365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LibGit2Sharp/Core/GitFetchOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ internal class GitFetchOptions
public bool UpdateFetchHead = true;
public TagFetchMode download_tags;
public GitProxyOptions ProxyOptions;
public int Depth = 0; // GIT_FETCH_DEPTH_FULL
public RemoteRedirectMode FollowRedirects = RemoteRedirectMode.Initial;
public GitStrArrayManaged CustomHeaders;
}
Expand Down

0 comments on commit cd69365

Please sign in to comment.