git-log
tool-definition · v1.0.0
Commit history for a ref / path.
Tool signature
function git_log(ref: string?, path: string?, limit: number?) → array Return commits for a ref or path.
Parameters
ref(string) — Ref to log (default: HEAD)path(string) — Restrict to pathlimit(number) — Max commits
Side effects
fs-readexec