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:
authorAmy Palamountain <amy@palamounta.in>2015-02-27 03:41:00 +0300
committerAmy Palamountain <amy@palamounta.in>2015-02-27 04:55:19 +0300
commitc1036eb7504c808d6dd547aabbb46be4b85baced (patch)
tree610dfc76fe466d512fdd3f0d2f980dc13315d4cc
parent5beb65468ac046d4eaa0484cfa34b885d2c0bc5e (diff)
update libgit2 to support streaming filters
-rw-r--r--LibGit2Sharp/Core/NativeDllName.cs8
m---------libgit20
2 files changed, 4 insertions, 4 deletions
diff --git a/LibGit2Sharp/Core/NativeDllName.cs b/LibGit2Sharp/Core/NativeDllName.cs
index efc4c7e1..c7032642 100644
--- a/LibGit2Sharp/Core/NativeDllName.cs
+++ b/LibGit2Sharp/Core/NativeDllName.cs
@@ -1,7 +1,7 @@
namespace LibGit2Sharp.Core
{
- internal static class NativeDllName
- {
- public const string Name = "git2-a2012c4";
- }
+ internal static class NativeDllName
+ {
+ public const string Name = "git2-e0902fb";
+ }
}
diff --git a/libgit2 b/libgit2
-Subproject e0902fbce7d14631bd02091c1c70cde3e68f78a
+Subproject d15884ce840c7eeac54fc408fdc33e03cd01bc3