Functions§
- commit_
tree_ id - Get the tree
ObjectIdfrom a commit. - create_
commit - Create a commit on
ref_name, optionally with a parent. - delete_
ref - Delete a ref, requiring it currently points to
expected_tip. - find_
ref_ tip - Find the tip commit of a ref, returning
Noneif the ref doesn’t exist. - find_
repo_ root - Find the git repository root by walking up from
fromlooking for.git. - gix_err
- Wrap any gix-compatible error into
GitStorageError::Gix. - make_
signature - Build the default OpenSession committer/author signature.
- open_
repo - Open a git repository at
repo_path.