get_file_blame
Retrieve line-by-line commit authorship data for a file, showing blame information with commit details.
Instructions
Get blame/history information for a file. Returns line-by-line commit authorship data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch or commit hash (default: default branch). | |
| project | No | Project key. Defaults to BITBUCKET_DEFAULT_PROJECT. | |
| filePath | Yes | Path to the file in the repository. | |
| repository | Yes | Repository slug. |