Skip to content

Commit c26346e

Browse files
authored
Merge pull request #609 from Uncommon/update_libgit2
Update to libgit2 0.25.0
2 parents daf6f64 + c0b634f commit c26346e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

External/libgit2

Submodule libgit2 updated 535 files

ObjectiveGit/GTRepository+RemoteOperations.m

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

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

0 commit comments

Comments
 (0)