Commit 788fcdb8 by Etienne Samson

remote: fix documentation and indent

parent 2adac910
...@@ -358,6 +358,8 @@ typedef struct { ...@@ -358,6 +358,8 @@ typedef struct {
} git_push_update; } git_push_update;
/** /**
* Callback used to inform of upcoming updates.
*
* @param updates an array containing the updates which will be sent * @param updates an array containing the updates which will be sent
* as commands to the destination. * as commands to the destination.
* @param len number of elements in `updates` * @param len number of elements in `updates`
...@@ -401,7 +403,7 @@ struct git_remote_callbacks { ...@@ -401,7 +403,7 @@ struct git_remote_callbacks {
* connection to proceed. Returns 1 to allow the connection, 0 * connection to proceed. Returns 1 to allow the connection, 0
* to disallow it or a negative value to indicate an error. * to disallow it or a negative value to indicate an error.
*/ */
git_transport_certificate_check_cb certificate_check; git_transport_certificate_check_cb certificate_check;
/** /**
* During the download of new data, this will be regularly * During the download of new data, this will be regularly
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment