Optional
Readonly
branchThe name of the branch to run the git log
command. If not specified, then the currently active branch will be used.
Optional
Readonly
maxLimits the number of commits. Also known as -n
or `--number. If not specified, or not a positive integer, then will be ignored, and the returning list
of commits will not be limited.
Optional
Readonly
rangeThe Git revision range that will be used when calculating the diff.
Optional
Readonly
shortDecides whether the commit hash should be the abbreviated version.
Optional
Readonly
uriThe URI of the resource in the repository to get the diff. Can be an individual file or a directory.
Optional configuration for the
git log
command.