summaryrefslogtreecommitdiff
path: root/src/util/git2_features.h.in
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-02-24 00:34:06 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2023-04-11 10:18:16 +0100
commit6b4e046892c52da16b15162e39a66c875c1637bf (patch)
tree01ec5f6a3ed90c4214cca7247280fc9ecc0a4018 /src/util/git2_features.h.in
parentf2723b28a45424e9b6933d65055f774cd7d5bfd1 (diff)
downloadlibgit2-6b4e046892c52da16b15162e39a66c875c1637bf.tar.gz
ssh: introduce GIT_SSH_EXEC for external OpenSSH
We can now use the `git_process` class to invoke OpenSSH and use it as an SSH transport. This may be preferred over libssh2 for a variety of callers.
Diffstat (limited to 'src/util/git2_features.h.in')
-rw-r--r--src/util/git2_features.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/git2_features.h.in b/src/util/git2_features.h.in
index 34d4186cb..bef83a401 100644
--- a/src/util/git2_features.h.in
+++ b/src/util/git2_features.h.in
@@ -29,6 +29,7 @@
#cmakedefine GIT_QSORT_S
#cmakedefine GIT_SSH 1
+#cmakedefine GIT_SSH_EXEC 1
#cmakedefine GIT_SSH_LIBSSH2 1
#cmakedefine GIT_SSH_LIBSSH2_MEMORY_CREDENTIALS 1