list_wiki_revisions
List revision history of a wiki page, showing commit authors and messages, to audit changes before reverting or summarizing.
Instructions
List the revision history of one wiki page by pageName (newest first). Returns { commits: [{ sha, message, author, commiter }], count }. Paginated: page is 1-based; keep paging while a page returns a full page of commits. Use to audit who changed a page and when, before reverting or summarizing changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) | |
| pageName | Yes | Wiki page name/title as it appears in the wiki URL (e.g. 'Home', 'Getting-Started') |