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:
Diffstat (limited to 'LibGit2Sharp/Core/GitPushOptions.cs')
-rw-r--r--LibGit2Sharp/Core/GitPushOptions.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGit2Sharp/Core/GitPushOptions.cs b/LibGit2Sharp/Core/GitPushOptions.cs
index baebabee..d4bbcdc3 100644
--- a/LibGit2Sharp/Core/GitPushOptions.cs
+++ b/LibGit2Sharp/Core/GitPushOptions.cs
@@ -7,5 +7,6 @@ namespace LibGit2Sharp.Core
{
public int Version = 1;
public int PackbuilderDegreeOfParallelism;
+ public GitRemoteCallbacks RemoteCallbacks;
}
}