Add git shutdown command

Will allow interrupting long commands during the update message
This commit is contained in:
Seth Hillbrand
2025-08-02 20:31:40 -07:00
parent c5545d202d
commit 9ea088f83f
5 changed files with 28 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ PushResult GIT_PUSH_HANDLER::PerformPush()
remoteCallbacks.push_transfer_progress = push_transfer_progress_cb;
remoteCallbacks.credentials = credentials_cb;
remoteCallbacks.payload = this;
GetCommon()->SetCancelled( false );
TestedTypes() = 0;
ResetNextKey();