Skip to content

Commit

Permalink
Merge pull request #564 from libgit2/piet/update-libgit-0.24.0
Browse files Browse the repository at this point in the history
Update libgit2 to 0.24.0
  • Loading branch information
phatblat committed Mar 24, 2016
2 parents 79b1745 + 4f39f5f commit f06bbdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion External/libgit2
Submodule libgit2 updated 532 files
2 changes: 1 addition & 1 deletion ObjectiveGit/GTRepository+RemoteOperations.m
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ - (BOOL)pushRefspecs:(NSArray *)refspecs toRemote:(GTRemote *)remote withOptions
remote_callbacks.push_transfer_progress = GTRemotePushTransferProgressCallback;
remote_callbacks.payload = &connectionInfo,

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

0 comments on commit f06bbdd

Please sign in to comment.