diff property
Filter packages based on whether there were changes between a commit and the current HEAD or within a range of commits.
A range of commits can be specified using the git short hand syntax
<start-commit>..<end-commit> and <start-commit>...<end-commit>.
Implementation
final String? diff;