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
0d84de02
Commit
0d84de02
authored
8 years ago
by
Edward Thomson
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3869 from richardipsum/fix-outdated-comment
Fix outdated comment
parents
78b500bf
8b2ad593
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/transport.c
+3
-3
No files found.
src/transport.c
View file @
0d84de02
...
...
@@ -87,10 +87,10 @@ static int transport_find_fn(
/* For other systems, perform the SSH check first, to avoid going to the
* filesystem if it is not necessary */
/* It could be a SSH remote path. Check to see if there's a :
* SSH is an unsupported transport mechanism in this version of libgit2 */
/* It could be a SSH remote path. Check to see if there's a : */
if
(
!
definition
&&
strrchr
(
url
,
':'
))
{
// re-search transports again with ssh:// as url so that we can find a third party ssh transport
/* re-search transports again with ssh:// as url
* so that we can find a third party ssh transport */
definition
=
transport_find_by_url
(
"ssh://"
);
}
...
...
This diff is collapsed.
Click to expand it.
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