Expand description
Git integration using git2.
Structs§
Enums§
Functions§
- diff_
tree_ to_ tree - Diff two commits by SHA, returning a list of changed files.
Returns
Errif either SHA is not found (e.g. after a rebase). - open_
repo - Open the git repository at or above
path.