Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'LibGit2Sharp/SubmoduleCollection.cs')
-rw-r--r--LibGit2Sharp/SubmoduleCollection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/SubmoduleCollection.cs b/LibGit2Sharp/SubmoduleCollection.cs
index 33abfbf8..14ff416a 100644
--- a/LibGit2Sharp/SubmoduleCollection.cs
+++ b/LibGit2Sharp/SubmoduleCollection.cs
@@ -107,7 +107,7 @@ namespace LibGit2Sharp
{
Version = 1,
CheckoutOptions = gitCheckoutOptions,
- RemoteCallbacks = gitRemoteCallbacks,
+ FetchOptions = new GitFetchOptions { RemoteCallbacks = gitRemoteCallbacks },
CloneCheckoutStrategy = CheckoutStrategy.GIT_CHECKOUT_SAFE
};