Show changes for a commit range.
Commit range in A...B format.
A...B
Optional
Optional paths to limit the diff output.
await git.diffRange("main...dev")await git.diffRange("v1.0.0...v1.1.0", ["src"]) Copy
await git.diffRange("main...dev")await git.diffRange("v1.0.0...v1.1.0", ["src"])
diffCommits
0.2.0
Show changes for a commit range.