git_log
Read recent commits from a local Git repository to review project history. Control result count, working directory, and one-line output.
Instructions
Read recent commits from the local repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional local working directory or repository path. | |
| oneline | No | Use git log --oneline. | |
| maxCount | No | Maximum number of commits to return. |