emacs_git_log
Get commit logs for your Git repository, filter by file or branch, and control output length and format.
Instructions
Get commit log
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Show commits for specific file (optional) | |
| count | No | Number of commits to show (default: 10) | |
| branch | No | Branch name (optional) | |
| format | No | Output format (default: short) |