Skip to content

Commit c1036eb

Browse files
committed
update libgit2 to support streaming filters
1 parent 5beb654 commit c1036eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LibGit2Sharp/Core/NativeDllName.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace LibGit2Sharp.Core
22
{
3-
internal static class NativeDllName
4-
{
5-
public const string Name = "git2-a2012c4";
6-
}
3+
internal static class NativeDllName
4+
{
5+
public const string Name = "git2-e0902fb";
6+
}
77
}

libgit2

Submodule libgit2 updated 146 files

0 commit comments

Comments
 (0)