Options
Branch name to list commits from. Defaults to the default branch.
Maximum number of commits to return
Pagination cursor from a previous response
Resolve
branch against the ephemeral namespace instead of the persistent one (default: false)Limit history to commits that touched a file or subtree.
Response
List of commit objects.
Cursor for the next page (absent when no more results). Python:
next_cursor; Go: NextCursor.Whether additional pages are available. Python:
has_more; Go: HasMore.