| Interface | Description |
|---|---|
| GitRevCoreBuilder<B extends GitRevCoreBuilder<B>> |
Describes common
rev-list functionality, which is shared by log. |
| GitRevListBuilder |
| Enum | Description |
|---|---|
| GitRevListMerges |
Enumerates the possible merge commit modes for
git rev-list, controlling use of the --merges,
--no-merges and --no-min-parents flags. |
| GitRevListOrder |
Enumerates the possible orders for
git rev-list, controlling use of the --date-order
and --topo-order flags. |
| GitRevListWalk |
Enumerates the possible traversal (walk) modes for
git rev-list, controlling use of the --do-walk
and --no-walk flags. |
Copyright © 2019 Atlassian. All rights reserved.