phabricator_repository_file_history
Retrieve commit history for a specific file or directory path in a Diffusion repository, with options to filter by branch or compare against another commit.
Instructions
Get commit history for a file or directory path in a Diffusion repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path in the repository | |
| repository | No | Repository callsign, short name, or PHID | |
| commit | Yes | Commit hash or branch to start from | |
| branch | No | Branch name | |
| against | No | Compare against another commit | |
| needDirectChanges | No | Include direct change info per path entry | |
| needChildChanges | No | Include child change info per path entry | |
| limit | No | Maximum results (default: 100) | |
| offset | No | Result offset for pagination (default: 0) |