summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2015-09-18 10:52:37 +0200
committerCarlos Martín Nieto <[email protected]>2015-09-18 10:52:37 +0200
commit0522886781055d59b780e00fddf3c8f7c9e118dc (patch)
tree797b7644292addcd518dbfea092aa9f3fd1e1e6c /README.md
parentb3e7705c48f038ef335204a2a9e1ee829784c30e (diff)
parentebf7f15bf9c585102b1c39f6bec5f61a37d18802 (diff)
Merge remote-tracking branch 'origin/master' into next
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 490386c..a5e6100 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Parallelism and network operations
----------------------------------
libgit2 uses OpenSSL and LibSSH2 for performing encrypted network connections. For now, git2go asks libgit2 to set locking for OpenSSL. This makes HTTPS connections thread-safe, but it is fragile and will likely stop doing it soon. This may also make SSH connections thread-safe if your copy of libssh2 is linked against OpenSSL. Check libgit2's `THREADSAFE.md` for more information.
-[
+
Running the tests
-----------------