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-02-28 21:26:55 +0300
committernulltoken <emeric.fermas@gmail.com>2015-02-28 21:26:55 +0300
commit2322a82ebd1430faeb97ce65677846ad9cd00bb9 (patch)
treef3b90cfad43c49bed8cb6e8ee98d80d267ce69a6
parentc1036eb7504c808d6dd547aabbb46be4b85baced (diff)
fixup! update libgit2 to support streaming filtersregister-custom-filters
Update libgit2 to fb2f3a7 https://github.com/libgit2/libgit2/compare/e0902fb...fb2f3a7
-rw-r--r--Lib/NativeBinaries/amd64/git2-e0902fb.dllbin1004544 -> 0 bytes
-rw-r--r--Lib/NativeBinaries/amd64/git2-fb2f3a7.dllbin0 -> 1030144 bytes
-rw-r--r--Lib/NativeBinaries/amd64/git2-fb2f3a7.pdb (renamed from Lib/NativeBinaries/amd64/git2-e0902fb.pdb)bin5705728 -> 5746688 bytes
-rw-r--r--Lib/NativeBinaries/x86/git2-e0902fb.dllbin762880 -> 0 bytes
-rw-r--r--Lib/NativeBinaries/x86/git2-fb2f3a7.dllbin0 -> 771072 bytes
-rw-r--r--Lib/NativeBinaries/x86/git2-fb2f3a7.pdb (renamed from Lib/NativeBinaries/x86/git2-e0902fb.pdb)bin5697536 -> 5730304 bytes
-rw-r--r--Lib/NativeBinaries_979.zipbin0 -> 3752618 bytes
-rw-r--r--LibGit2Sharp/Core/NativeDllName.cs8
-rw-r--r--LibGit2Sharp/libgit2_hash.txt2
m---------libgit20
-rw-r--r--nuget.package/build/LibGit2Sharp.props16
11 files changed, 13 insertions, 13 deletions
diff --git a/Lib/NativeBinaries/amd64/git2-e0902fb.dll b/Lib/NativeBinaries/amd64/git2-e0902fb.dll
deleted file mode 100644
index f4931dbd..00000000
--- a/Lib/NativeBinaries/amd64/git2-e0902fb.dll
+++ /dev/null
Binary files differ
diff --git a/Lib/NativeBinaries/amd64/git2-fb2f3a7.dll b/Lib/NativeBinaries/amd64/git2-fb2f3a7.dll
new file mode 100644
index 00000000..787433c5
--- /dev/null
+++ b/Lib/NativeBinaries/amd64/git2-fb2f3a7.dll
Binary files differ
diff --git a/Lib/NativeBinaries/amd64/git2-e0902fb.pdb b/Lib/NativeBinaries/amd64/git2-fb2f3a7.pdb
index bdef63b0..510be3e2 100644
--- a/Lib/NativeBinaries/amd64/git2-e0902fb.pdb
+++ b/Lib/NativeBinaries/amd64/git2-fb2f3a7.pdb
Binary files differ
diff --git a/Lib/NativeBinaries/x86/git2-e0902fb.dll b/Lib/NativeBinaries/x86/git2-e0902fb.dll
deleted file mode 100644
index b0c55e6c..00000000
--- a/Lib/NativeBinaries/x86/git2-e0902fb.dll
+++ /dev/null
Binary files differ
diff --git a/Lib/NativeBinaries/x86/git2-fb2f3a7.dll b/Lib/NativeBinaries/x86/git2-fb2f3a7.dll
new file mode 100644
index 00000000..3a32d8c6
--- /dev/null
+++ b/Lib/NativeBinaries/x86/git2-fb2f3a7.dll
Binary files differ
diff --git a/Lib/NativeBinaries/x86/git2-e0902fb.pdb b/Lib/NativeBinaries/x86/git2-fb2f3a7.pdb
index d466f239..3cb578c3 100644
--- a/Lib/NativeBinaries/x86/git2-e0902fb.pdb
+++ b/Lib/NativeBinaries/x86/git2-fb2f3a7.pdb
Binary files differ
diff --git a/Lib/NativeBinaries_979.zip b/Lib/NativeBinaries_979.zip
new file mode 100644
index 00000000..f677d9ec
--- /dev/null
+++ b/Lib/NativeBinaries_979.zip
Binary files differ
diff --git a/LibGit2Sharp/Core/NativeDllName.cs b/LibGit2Sharp/Core/NativeDllName.cs
index c7032642..1d547e80 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-e0902fb";
- }
+ internal static class NativeDllName
+ {
+ public const string Name = "git2-fb2f3a7";
+ }
}
diff --git a/LibGit2Sharp/libgit2_hash.txt b/LibGit2Sharp/libgit2_hash.txt
index 4a8fde8a..9ff5518f 100644
--- a/LibGit2Sharp/libgit2_hash.txt
+++ b/LibGit2Sharp/libgit2_hash.txt
@@ -1 +1 @@
-e0902fbce7d14631bd02091c1c70cde3e68f78ab
+fb2f3a76aaf9d76b947ca7527797e0eb0b5d057f
diff --git a/libgit2 b/libgit2
-Subproject d15884ce840c7eeac54fc408fdc33e03cd01bc3
+Subproject fb2f3a76aaf9d76b947ca7527797e0eb0b5d057
diff --git a/nuget.package/build/LibGit2Sharp.props b/nuget.package/build/LibGit2Sharp.props
index f9460e24..b5de8c57 100644
--- a/nuget.package/build/LibGit2Sharp.props
+++ b/nuget.package/build/LibGit2Sharp.props
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition=" '$(OS)' == 'Windows_NT' ">
- <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-e0902fb.dll">
- <Link>NativeBinaries\amd64\git2-e0902fb.dll</Link>
+ <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-fb2f3a7.dll">
+ <Link>NativeBinaries\amd64\git2-fb2f3a7.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
- <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-e0902fb.pdb">
- <Link>NativeBinaries\amd64\git2-e0902fb.pdb</Link>
+ <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-fb2f3a7.pdb">
+ <Link>NativeBinaries\amd64\git2-fb2f3a7.pdb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
- <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-e0902fb.dll">
- <Link>NativeBinaries\x86\git2-e0902fb.dll</Link>
+ <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-fb2f3a7.dll">
+ <Link>NativeBinaries\x86\git2-fb2f3a7.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
- <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-e0902fb.pdb">
- <Link>NativeBinaries\x86\git2-e0902fb.pdb</Link>
+ <None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-fb2f3a7.pdb">
+ <Link>NativeBinaries\x86\git2-fb2f3a7.pdb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>