Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ab90d3

Browse files
authored
Merge pull request libgit2#7087 from libgit2/ethomson/transport_register_docs
2 parents 3fd47e3 + a9ae10c commit 5ab90d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/sys/transport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *ow
206206
* and git_transport_unregister with other calls to the library that
207207
* instantiate transports.
208208
*
209-
* @param prefix The scheme (ending in "://") to match, i.e. "git://"
209+
* @param prefix The scheme to match, eg "git" or "https"
210210
* @param cb The callback used to create an instance of the transport
211211
* @param param A fixed parameter to pass to cb at creation time
212212
* @return 0 or an error code

0 commit comments

Comments
 (0)