diff options
Diffstat (limited to 'libraries/libgit2/README')
-rw-r--r-- | libraries/libgit2/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libgit2/README b/libraries/libgit2/README new file mode 100644 index 0000000000..dad04a2452 --- /dev/null +++ b/libraries/libgit2/README @@ -0,0 +1,5 @@ +libgit2 is a portable, pure C implementation of the Git core methods provided as +a re-entrant linkable library with a solid API, allowing you to write native +speed custom Git applications in any language which supports C bindings. + +Optional: libssh2 (for ssh transport) |