git2 0.13.24

Bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.
Documentation

git2

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 10 feature flags, 6 of them enabled by default.

default

  • ssh
  • https
  • ssh_key_from_memory

ssh

  • libgit2-sys/ssh

https

  • libgit2-sys/https
  • openssl-sys
  • openssl-probe

ssh_key_from_memory

  • libgit2-sys/ssh_key_from_memory

openssl-sys

    This feature flag does not enable additional features.

openssl-probe

    This feature flag does not enable additional features.

vendored-openssl

  • openssl-sys/vendored
  • libgit2-sys/vendored-openssl

zlib-ng-compat

  • libgit2-sys/zlib-ng-compat

vendored-libgit2

  • libgit2-sys/vendored

unstable

    This feature flag does not enable additional features.