summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-08-05 13:30:50 -0700
committerWez Furlong <wez@wezfurlong.org>2019-09-15 16:36:32 -0700
commitef5685e40c96c1fd9552ad4692a5edd2aa3cb545 (patch)
tree4a19845205611c836cee058bc38e208c9151d874 /.gitmodules
parentb1e9d386585b99e0b8570bdde0971630e46f313f (diff)
downloadssh2-rs-ef5685e40c96c1fd9552ad4692a5edd2aa3cb545.zip
Fix Windows 10 wincng issue
Since it's unclear when this fix will be reviewed upstream, let's make a branch that can be pointed to the fix in the meantime. Refs https://github.com/alexcrichton/ssh2-rs/issues/122
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 98ceb29..bbd6bf6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,4 @@
[submodule "libssh2-sys/libssh2"]
path = libssh2-sys/libssh2
- url = https://github.com/alexcrichton/libssh2
+ url = https://github.com/wez/libssh2
+ branch = win10pr