git_history_for_path
List commits that affected a given path, newest first, showing additions, deletions, and commit subject.
Instructions
List commits that touched a current path, newest first, with additions/deletions and subjects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | ||
| worktree | No | Absolute path of the checkout to scope reads to — pass a linked worktree to read its branch overlay. Defaults to the server's working directory. A path that is not a linked worktree of this repo is silently ignored: results then come from the indexed checkout, with no error. |