Get File Blame
gitlab_get_file_blameGet blame information for a file in a GitLab repository at a given ref. Optionally specify a line range to see who last modified each line.
Instructions
Get git blame for a repository file at a given ref. Optional line range must provide both range_start and range_end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| file_path | Yes | ||
| range_end | No | ||
| project_id | No | ||
| range_start | No |