Skip to content

Commit f06bbdd

Browse files
committed
Merge pull request #564 from libgit2/piet/update-libgit-0.24.0
Update libgit2 to 0.24.0
2 parents 79b1745 + 4f39f5f commit f06bbdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

External/libgit2

Submodule libgit2 updated 532 files

ObjectiveGit/GTRepository+RemoteOperations.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ - (BOOL)pushRefspecs:(NSArray *)refspecs toRemote:(GTRemote *)remote withOptions
226226
remote_callbacks.push_transfer_progress = GTRemotePushTransferProgressCallback;
227227
remote_callbacks.payload = &connectionInfo,
228228

229-
gitError = git_remote_connect(remote.git_remote, GIT_DIRECTION_PUSH, &remote_callbacks);
229+
gitError = git_remote_connect(remote.git_remote, GIT_DIRECTION_PUSH, &remote_callbacks, NULL);
230230
if (gitError != GIT_OK) {
231231
if (error != NULL) *error = [NSError git_errorFor:gitError description:@"Failed to connect remote"];
232232
return NO;

0 commit comments

Comments
 (0)