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:
authornulltoken <emeric.fermas@gmail.com>2015-05-15 15:52:17 +0300
committernulltoken <emeric.fermas@gmail.com>2015-05-29 08:48:18 +0300
commit6c12de4f4d0d56e0583ac60dc7e351c2447ee938 (patch)
tree33ec1cc4487f0cf514cf18f2a87632fb083576a1 /LibGit2Sharp/Repository.cs
parent56b908c68a89511a4351edf21faaf8ee2e012469 (diff)
Update libgit2 to ff8d635
https://github.com/libgit2/libgit2/compare/9bbc8f3...ff8d635
Diffstat (limited to 'LibGit2Sharp/Repository.cs')
-rw-r--r--LibGit2Sharp/Repository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/Repository.cs b/LibGit2Sharp/Repository.cs
index 189a3cf3..79c9077b 100644
--- a/LibGit2Sharp/Repository.cs
+++ b/LibGit2Sharp/Repository.cs
@@ -628,7 +628,7 @@ namespace LibGit2Sharp
Version = 1,
Bare = options.IsBare ? 1 : 0,
CheckoutOpts = gitCheckoutOptions,
- RemoteCallbacks = gitRemoteCallbacks,
+ FetchOpts = new GitFetchOptions { RemoteCallbacks = gitRemoteCallbacks },
};
string clonedRepoPath;