Either the from revision (string
) or a positive integer that is equivalent to the ~
suffix, which means the commit object that is the fromRevision
th
generation ancestor of the named, toRevision
commit object, following only the first parents. If not specified, equivalent to origin..toRevision
.
The last revision that should be included among the result running this query. Here, the revision can be a tag, a commitish,
or even an expression (HEAD~3
). For more details to specify the revision, see here.
Range that is used for representing to individual commitish when calculating either
git log
orgit diff
.