git_log
Display the most recent commits in a Git repository to track progress and verify code changes.
Instructions
Show recent commit history (git log).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_count | No | Maximum number of commits to show. | |
| repo_path | No | Path to the git repository. | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |