Module cargo::sources::git

source ·
Expand description

Home of the GitSource.

Apparently, the most important type in this module is GitSource. [utils] provides libgit2 utilities like fetch and checkout, whereas [oxide] is the counterpart for gitoxide integration. [known_hosts] is the mitigation of CVE-2022-46176.

Modules§

  • For -Zgitoxide integration.

Structs§

Functions§

  • Attempts to fetch the given git reference for a Git repository.
  • Resolves GitReference to an object ID with objects the repo currently has.