Functions§
- changed_
files - Return the list of changed file paths between a commit and its parent. For initial commits (no parent), diffs against the empty tree.
- open_
repo - Open a git repository at or above
path. - resolve_
commit - Resolve a revision string (e.g. “HEAD”, “abc1234”) to an
ObjectId.