Skip to main content

Module git

Module git 

Source
Expand description

Git integration using git2.

Structs§

DiffEntry

Enums§

DiffStatus

Functions§

diff_tree_to_tree
Diff two commits by SHA, returning a list of changed files. Returns Err if either SHA is not found (e.g. after a rebase).
open_repo
Open the git repository at or above path.