mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-22 08:00:07 +00:00
Merge pull request #2151 from arthurschreiber/patch-3
Fix the description for `GIT_FEATURE_SSH`.
This commit is contained in:
commit
bb3687c5a8
@ -119,7 +119,7 @@ typedef enum {
|
|||||||
*
|
*
|
||||||
* - GIT_FEATURE_SSH
|
* - GIT_FEATURE_SSH
|
||||||
* Libgit2 supports the SSH protocol for network operations. This requires
|
* Libgit2 supports the SSH protocol for network operations. This requires
|
||||||
* the openssh to be found when compiling libgit2
|
* the libssh2 library to be found when compiling libgit2
|
||||||
*/
|
*/
|
||||||
GIT_EXTERN(int) git_libgit2_features(void);
|
GIT_EXTERN(int) git_libgit2_features(void);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user