Returns a structured diff between two git refs using a two-dot comparison. See git-diff for details.
Documentation Index
Fetch the complete documentation index at: https://docs.sourcebot.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your API key.
The fully-qualified repository name.
The base git ref (branch, tag, or commit SHA) to diff from.
The head git ref (branch, tag, or commit SHA) to diff to.
Restrict the diff to changes touching this file path. Omit to diff all changes between the two refs.
Structured diff between the two refs.
The list of changed files.