8000 Upgrade libgit2 binaries to e07c2d2 · dotjosh/libgit2sharp@aa6f35c · GitHub
[go: up one dir, main page]

Skip to content

Commit aa6f35c

Browse files
committed
Upgrade libgit2 binaries to e07c2d2
Fix issue libgit2#114
1 parent 922d33c commit aa6f35c

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

Lib/NativeBinaries/x86/git2.dll

59 KB
Binary file not shown.

Lib/NativeBinaries/x86/git2.pdb

432 KB
Binary file not shown.

LibGit2Sharp.Tests/RemoteFixture.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ public void CanCheckEqualityOfRemote()
4242

4343
repo.Config.Set("remote.origin2.url", oneOrigin.Url);
4444

45-
/* LibGit2 cringes when a remote doesn't expose a fetch refspec */
46-
var originFetch = repo.Config.Get<string>("remote", "origin", "fetch", null);
47-
repo.Config.Set("remote.origin2.fetch", originFetch);
48-
4945
Remote differentRemote = repo.Remotes["origin2"];
5046
differentRemote.ShouldNotBeNull();
5147

libgit2

Submodule libgit2 updated 167 files

0 commit comments

Comments
 (0)
0