Skip to content

Commit

Permalink
Use old API
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jul 18, 2024
1 parent 4a353ce commit 88aa33c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clone.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ static int auth_callback(git_cred **cred, const char *url, const char *username,
auth_callback_data_t *cb_data = payload;
const char * ssh_user = username ? username : "git";
int verbose = cb_data->verbose;
git_error_clear();
giterr_clear();


#if AT_LEAST_LIBGIT2(0, 20)

Expand Down

0 comments on commit 88aa33c

Please sign in to comment.