Package com.atlassian.bitbucket.scm.git.command.revlist


package com.atlassian.bitbucket.scm.git.command.revlist
  • Class
    Description
    Describes common rev-list functionality, which is shared by log.
     
    Enumerates the possible merge commit modes for git rev-list, controlling use of the --merges, --no-merges and --no-min-parents flags.
    Enumerates the possible orders for git rev-list, controlling use of the --date-order and --topo-order flags.
    Enumerates the possible traversal (walk) modes for git rev-list, controlling use of the --do-walk and --no-walk flags.