diff --git a/LibGit2Sharp/PushOptions.cs b/LibGit2Sharp/PushOptions.cs
index 99c65dd8b..17fb13457 100644
--- a/LibGit2Sharp/PushOptions.cs
+++ b/LibGit2Sharp/PushOptions.cs
@@ -51,5 +51,10 @@ public sealed class PushOptions
/// information about what updates will be performed.
///
public PrePushHandler OnNegotiationCompletedBeforePush { get; set; }
+
+ ///
+ /// Handler for receiving textual progress from the remote.
+ ///
+ public ProgressHandler OnPushRemoteProgress { get; set; }
}
}
diff --git a/LibGit2Sharp/RemoteCallbacks.cs b/LibGit2Sharp/RemoteCallbacks.cs
index ce5dccf81..9ef74c76c 100644
--- a/LibGit2Sharp/RemoteCallbacks.cs
+++ b/LibGit2Sharp/RemoteCallbacks.cs
@@ -30,6 +30,7 @@ internal RemoteCallbacks(PushOptions pushOptions)
CertificateCheck = pushOptions.CertificateCheck;
PushStatusError = pushOptions.OnPushStatusError;
PrePushCallback = pushOptions.OnNegotiationCompletedBeforePush;
+ Progress = pushOptions.OnPushRemoteProgress;
}
internal RemoteCallbacks(FetchOptionsBase fetchOptions)
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy