Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
e6c720ea
Commit
e6c720ea
authored
Mar 27, 2018
by
Carson Howard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remote/proxy: fix git_transport_certificate_check_db comment
parent
217add94
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
include/git2/proxy.h
+2
-2
include/git2/remote.h
+2
-2
No files found.
include/git2/proxy.h
View file @
e6c720ea
...
@@ -64,8 +64,8 @@ typedef struct {
...
@@ -64,8 +64,8 @@ typedef struct {
/**
/**
* If cert verification fails, this will be called to let the
* If cert verification fails, this will be called to let the
* user make the final decision of whether to allow the
* user make the final decision of whether to allow the
* connection to proceed. Returns
1 to allow the connection, 0
* connection to proceed. Returns
0 to allow the connection
*
to disallow it
or a negative value to indicate an error.
* or a negative value to indicate an error.
*/
*/
git_transport_certificate_check_cb
certificate_check
;
git_transport_certificate_check_cb
certificate_check
;
...
...
include/git2/remote.h
View file @
e6c720ea
...
@@ -432,8 +432,8 @@ struct git_remote_callbacks {
...
@@ -432,8 +432,8 @@ struct git_remote_callbacks {
/**
/**
* If cert verification fails, this will be called to let the
* If cert verification fails, this will be called to let the
* user make the final decision of whether to allow the
* user make the final decision of whether to allow the
* connection to proceed. Returns
1 to allow the connection, 0
* connection to proceed. Returns
0 to allow the connection
*
to disallow it
or a negative value to indicate an error.
* or a negative value to indicate an error.
*/
*/
git_transport_certificate_check_cb
certificate_check
;
git_transport_certificate_check_cb
certificate_check
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment