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:
authorPhilip Kelley <phkelley@hotmail.com>2014-07-21 22:12:33 +0400
committerPhilip Kelley <phkelley@hotmail.com>2014-07-21 22:34:24 +0400
commit096293c47d9b286d2caaa51acccf1c606c48b7f2 (patch)
tree0d34725fc9ab47aeb989ad41d3c0b6052de2fc20 /LibGit2Sharp
parent91456ebd85c5b210ac692b8c34252f8edabac87e (diff)
Update binaries to 091165c
https://github.com/libgit2/libgit2/compare/e93206e...091165c
Diffstat (limited to 'LibGit2Sharp')
-rw-r--r--LibGit2Sharp/Core/GitCloneOptions.cs10
-rw-r--r--LibGit2Sharp/Core/NativeDllName.cs2
-rw-r--r--LibGit2Sharp/libgit2_hash.txt2
3 files changed, 9 insertions, 5 deletions
diff --git a/LibGit2Sharp/Core/GitCloneOptions.cs b/LibGit2Sharp/Core/GitCloneOptions.cs
index 915c56b1..803bc8b3 100644
--- a/LibGit2Sharp/Core/GitCloneOptions.cs
+++ b/LibGit2Sharp/Core/GitCloneOptions.cs
@@ -20,11 +20,15 @@ namespace LibGit2Sharp.Core
public GitRemoteCallbacks RemoteCallbacks;
public int Bare;
- public int IgnoreCertErrors;
public GitCloneLocal Local;
-
- public IntPtr RemoteName;
public IntPtr CheckoutBranch;
+
public IntPtr signature; // Really a SignatureSafeHandle
+
+ public IntPtr RepositoryCb;
+ public IntPtr RepositoryCbPayload;
+
+ public IntPtr RemoteCb;
+ public IntPtr RemoteCbPayload;
}
}
diff --git a/LibGit2Sharp/Core/NativeDllName.cs b/LibGit2Sharp/Core/NativeDllName.cs
index d68324d8..b1ee9473 100644
--- a/LibGit2Sharp/Core/NativeDllName.cs
+++ b/LibGit2Sharp/Core/NativeDllName.cs
@@ -2,6 +2,6 @@ namespace LibGit2Sharp.Core
{
internal static class NativeDllName
{
- public const string Name = "git2-e93206e";
+ public const string Name = "git2-091165c";
}
}
diff --git a/LibGit2Sharp/libgit2_hash.txt b/LibGit2Sharp/libgit2_hash.txt
index 69a9bd0a..21ae0639 100644
--- a/LibGit2Sharp/libgit2_hash.txt
+++ b/LibGit2Sharp/libgit2_hash.txt
@@ -1 +1 @@
-e93206e0f5bd9a1f2ad17d0d566b1e815a762420
+091165c53b2bcd5d41fb71d43ed5a23a3d96bf5d