bb_get_diff
Compare two Git refs by retrieving the full diff between a start commit/branch and an end ref (default branch if omitted). Returns per-file status, +/- counts, and the unified diff body.
Instructions
Get the full diff between two refs (commit SHA or branch name). 'until' defaults to the default branch. On this server the diff is reconstructed by walking /commits//diff along the branch lineage from until down to (but not including) from. Returns per-file entries with status, +N/−N counts and the unified diff body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Start ref (commit SHA or branch name) — the base, exclusive | |
| until | No | End ref (commit SHA or branch name; defaults to default branch) — the head, inclusive | |
| repoSlug | Yes | ||
| projectKey | Yes |