git-blame
tool-definition · v1.0.0
Per-line authorship for a file.
Tool signature
function git_blame(path: string, rev: string?) → array Annotate each line with its last commit.
Parameters
path(string, required) — File pathrev(string) — Revision to blame (default: HEAD)
Side effects
fs-readexec