We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adac91 commit 788fcdbCopy full SHA for 788fcdb
include/git2/remote.h
@@ -358,6 +358,8 @@ typedef struct {
358
} git_push_update;
359
360
/**
361
+ * Callback used to inform of upcoming updates.
362
+ *
363
* @param updates an array containing the updates which will be sent
364
* as commands to the destination.
365
* @param len number of elements in `updates`
@@ -401,7 +403,7 @@ struct git_remote_callbacks {
401
403
* connection to proceed. Returns 1 to allow the connection, 0
402
404
* to disallow it or a negative value to indicate an error.
405
*/
- git_transport_certificate_check_cb certificate_check;
406
+ git_transport_certificate_check_cb certificate_check;
407
408
409
* During the download of new data, this will be regularly
0 commit comments