getCommitHistory
Retrieve commit history for a repository by owner public key and repo ID. Configure branch and limit to get the exact commits needed.
Instructions
Get commit history for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max commits (default 50) | |
| branch | No | Branch name (default: main) | |
| relays | No | ||
| repoId | Yes | Repository ID | |
| ownerPubkey | Yes | Repository owner pubkey |