The name of the branch to run the git log
command. If not specified, then the currently active branch will be used.
Limits 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.
The Git revision range that will be used when calculating the diff.
Decides whether the commit hash should be the abbreviated version.
The 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.