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:
authorBen Straub <bs@github.com>2013-01-07 23:50:39 +0400
committerBen Straub <bs@github.com>2013-01-08 07:24:13 +0400
commit39c2ed2233b3d99e33c031183e26996d1210c329 (patch)
treebd724e509bb60c069f01d8fac82daca96a438a31 /LibGit2Sharp/RemoteCallbacks.cs
parent4d7c2ad597e3283830ec4a65b2f711eea3d9ef1f (diff)
Update libgit2 binaries to 7dfc5c3
https://github.com/libgit2/libgit2/compare/16e6cee...7dfc5c3
Diffstat (limited to 'LibGit2Sharp/RemoteCallbacks.cs')
-rw-r--r--LibGit2Sharp/RemoteCallbacks.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/RemoteCallbacks.cs b/LibGit2Sharp/RemoteCallbacks.cs
index 22f6cca0..8afb2316 100644
--- a/LibGit2Sharp/RemoteCallbacks.cs
+++ b/LibGit2Sharp/RemoteCallbacks.cs
@@ -40,7 +40,7 @@ namespace LibGit2Sharp
internal GitRemoteCallbacks GenerateCallbacks()
{
- GitRemoteCallbacks callbacks = new GitRemoteCallbacks();
+ GitRemoteCallbacks callbacks = new GitRemoteCallbacks {version = 1};
if (Progress != null)
{