memory_git_commits
List git commits stored in memory from connected repositories. Apply filters for repository, space, or pagination to retrieve specific results.
Instructions
List commits stored in memory from connected repositories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Filter by repository name in owner/repo format (optional) | |
| limit | No | Maximum number of commits to return (1-100, default: 50) | |
| offset | No | Number of items to skip for pagination (default: 0) | |
| space_id | No | Filter by space UUID (optional) | |
| repository_id | No | Filter by repository UUID (optional) |