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>2013-09-07 11:49:17 +0400
committernulltoken <emeric.fermas@gmail.com>2013-09-07 12:22:10 +0400
commitcf7bcff4cd182c817a054ebde51e48be5dd15fe9 (patch)
tree4f143b9999a8019fd63f68de86a07bef21dc8f6f
parentda03bebdba0cb0b8176db1e3712b4aa798399c46 (diff)
Update libgit2 binaries to 32e4992
https://github.com/libgit2/libgit2/compare/eb04744...32e4992
-rw-r--r--Lib/NativeBinaries/amd64/git2-32e4992.dllbin0 -> 805888 bytes
-rw-r--r--Lib/NativeBinaries/amd64/git2-32e4992.pdb (renamed from Lib/NativeBinaries/amd64/git2-eb04744.pdb)bin4943872 -> 4952064 bytes
-rw-r--r--Lib/NativeBinaries/amd64/git2-eb04744.dllbin798208 -> 0 bytes
-rw-r--r--Lib/NativeBinaries/x86/git2-32e4992.dllbin0 -> 604672 bytes
-rw-r--r--Lib/NativeBinaries/x86/git2-32e4992.pdb (renamed from Lib/NativeBinaries/x86/git2-eb04744.pdb)bin4886528 -> 4911104 bytes
-rw-r--r--Lib/NativeBinaries/x86/git2-eb04744.dllbin597504 -> 0 bytes
-rw-r--r--LibGit2Sharp.Tests/RemoteFixture.cs8
-rw-r--r--LibGit2Sharp/Core/NativeDllName.cs2
-rw-r--r--LibGit2Sharp/libgit2_hash.txt2
m---------libgit20
10 files changed, 8 insertions, 4 deletions
diff --git a/Lib/NativeBinaries/amd64/git2-32e4992.dll b/Lib/NativeBinaries/amd64/git2-32e4992.dll
new file mode 100644
index 00000000..e60a2d70
--- /dev/null
+++ b/Lib/NativeBinaries/amd64/git2-32e4992.dll
Binary files differ
diff --git a/Lib/NativeBinaries/amd64/git2-eb04744.pdb b/Lib/NativeBinaries/amd64/git2-32e4992.pdb
index 910905b1..951dfddc 100644
--- a/Lib/NativeBinaries/amd64/git2-eb04744.pdb
+++ b/Lib/NativeBinaries/amd64/git2-32e4992.pdb
Binary files differ
diff --git a/Lib/NativeBinaries/amd64/git2-eb04744.dll b/Lib/NativeBinaries/amd64/git2-eb04744.dll
deleted file mode 100644
index f186fc8f..00000000
--- a/Lib/NativeBinaries/amd64/git2-eb04744.dll
+++ /dev/null
Binary files differ
diff --git a/Lib/NativeBinaries/x86/git2-32e4992.dll b/Lib/NativeBinaries/x86/git2-32e4992.dll
new file mode 100644
index 00000000..aef5e593
--- /dev/null
+++ b/Lib/NativeBinaries/x86/git2-32e4992.dll
Binary files differ
diff --git a/Lib/NativeBinaries/x86/git2-eb04744.pdb b/Lib/NativeBinaries/x86/git2-32e4992.pdb
index 9777f315..48ab4a08 100644
--- a/Lib/NativeBinaries/x86/git2-eb04744.pdb
+++ b/Lib/NativeBinaries/x86/git2-32e4992.pdb
Binary files differ
diff --git a/Lib/NativeBinaries/x86/git2-eb04744.dll b/Lib/NativeBinaries/x86/git2-eb04744.dll
deleted file mode 100644
index 4458ea2e..00000000
--- a/Lib/NativeBinaries/x86/git2-eb04744.dll
+++ /dev/null
Binary files differ
diff --git a/LibGit2Sharp.Tests/RemoteFixture.cs b/LibGit2Sharp.Tests/RemoteFixture.cs
index 5128f253..f325d16b 100644
--- a/LibGit2Sharp.Tests/RemoteFixture.cs
+++ b/LibGit2Sharp.Tests/RemoteFixture.cs
@@ -1,4 +1,5 @@
-using LibGit2Sharp.Tests.TestHelpers;
+using System.Linq;
+using LibGit2Sharp.Tests.TestHelpers;
using Xunit;
using Xunit.Extensions;
@@ -163,7 +164,10 @@ namespace LibGit2Sharp.Tests
{
var noUrlRemote = repo.Network.Remotes["no_url"];
Assert.NotNull(noUrlRemote);
- Assert.Equal(string.Empty, noUrlRemote.Url);
+ Assert.Equal(null, noUrlRemote.Url);
+
+ var remotes = repo.Network.Remotes.ToList();
+ Assert.Equal(1, remotes.Count(r => r.Name == "no_url"));
}
}
}
diff --git a/LibGit2Sharp/Core/NativeDllName.cs b/LibGit2Sharp/Core/NativeDllName.cs
index 839be4a0..7f4d6c95 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-eb04744";
+ public const string Name = "git2-32e4992";
}
}
diff --git a/LibGit2Sharp/libgit2_hash.txt b/LibGit2Sharp/libgit2_hash.txt
index 61a16f0f..5a9529f0 100644
--- a/LibGit2Sharp/libgit2_hash.txt
+++ b/LibGit2Sharp/libgit2_hash.txt
@@ -1 +1 @@
-eb0474462170ed3198b44eb077bbb4f22cf4d74e
+32e49929725a76d9871038f30e2ea67fe0e4a4f8
diff --git a/libgit2 b/libgit2
-Subproject eb0474462170ed3198b44eb077bbb4f22cf4d74
+Subproject 32e49929725a76d9871038f30e2ea67fe0e4a4f