8000 Fix git_remote_connect not throwing on non-zero result · mendix/libgit2sharp@2d56737 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d56737

Browse files
YuKitsuneA-Ovchinnikov-mx
authored andcommitted
Fix git_remote_connect not throwing on non-zero result
1 parent 5466e56 commit 2d56737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibGit2Sharp/Core/Proxy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,6 +2164,7 @@ public static unsafe void git_remote_connect(RemoteHandle remote, GitDirection d
21642164
catch (Exception)
21652165
{
21662166
customHeaders.Dispose();
2167+
throw;
21672168
}
21682169
}
21692170

0 commit comments

Comments
 (0)
0