Uses of Package
com.atlassian.bitbucket.scm.git.command.revlist
Packages that use com.atlassian.bitbucket.scm.git.command.revlist
Package
Description
-
-
Classes in com.atlassian.bitbucket.scm.git.command.revlist used by com.atlassian.bitbucket.scm.git.command.logClassDescriptionDescribes common
rev-list
functionality, which is shared bylog
. -
Classes in com.atlassian.bitbucket.scm.git.command.revlist used by com.atlassian.bitbucket.scm.git.command.revlistClassDescriptionDescribes common
rev-list
functionality, which is shared bylog
.Enumerates the possible merge commit modes forgit rev-list
, controlling use of the--merges
,--no-merges
and--no-min-parents
flags.Enumerates the possible orders forgit rev-list
, controlling use of the--date-order
and--topo-order
flags.Enumerates the possible traversal (walk) modes forgit rev-list
, controlling use of the--do-walk
and--no-walk
flags.