ssh_git_log
Shows git commit history on a remote server over SSH, with options for commit count, specific file path, and compact one-line format.
Instructions
Show git log on the remote server.
Args: cwd: Path to the git repository. Defaults to host's default_cwd. count: Number of commits to show. path: Limit log to a specific file or directory. oneline: If true, show compact one-line format. host: SSH host alias from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| count | No | ||
| path | No | ||
| oneline | No | ||
| host | No |