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
cc4c37ca
Unverified
Commit
cc4c37ca
authored
Jun 12, 2022
by
Edward Thomson
Committed by
GitHub
Jun 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
transport: remove `git_transport_smart_proxy_options`
Snuck in during refactoring; let's get rid of it.
parent
0a7c00be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
include/git2/sys/transport.h
+0
-10
No files found.
include/git2/sys/transport.h
View file @
cc4c37ca
...
...
@@ -262,16 +262,6 @@ GIT_EXTERN(int) git_transport_smart_certificate_check(git_transport *transport,
GIT_EXTERN
(
int
)
git_transport_smart_credentials
(
git_credential
**
out
,
git_transport
*
transport
,
const
char
*
user
,
int
methods
);
/**
* Get a copy of the proxy options
*
* The url is copied and must be freed by the caller.
*
* @param out options struct to fill
* @param transport the transport to extract the data from.
*/
GIT_EXTERN
(
int
)
git_transport_smart_proxy_options
(
git_proxy_options
*
out
,
git_transport
*
transport
);
/**
* Get a copy of the remote connect options
*
* All data is copied and must be freed by the caller by calling
...
...
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