diff options
| author | Carlos Martín Nieto <[email protected]> | 2015-09-18 10:52:37 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2015-09-18 10:52:37 +0200 |
| commit | 0522886781055d59b780e00fddf3c8f7c9e118dc (patch) | |
| tree | 797b7644292addcd518dbfea092aa9f3fd1e1e6c /README.md | |
| parent | b3e7705c48f038ef335204a2a9e1ee829784c30e (diff) | |
| parent | ebf7f15bf9c585102b1c39f6bec5f61a37d18802 (diff) | |
Merge remote-tracking branch 'origin/master' into next
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ----------------- |
