git_blame
Retrieve detailed blame information for a specific file in a Git repository, including commit history and authorship, to track changes and identify contributors.
Instructions
Get blame information for a file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | Path to the file | |
repo_path | Yes | The path to the local Git repository | |
rev | No | Revision to blame (default: HEAD) | HEAD |