Java org.eclipse.jgit.revwalk RevSort fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.revwalk RevSort fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.revwalk RevSort.

The text is from its open source code.

Field

RevSortNONE
No specific sorting is requested.
RevSortCOMMIT_TIME_DESC
Sort by commit time, descending (newest first, oldest last).
RevSortTOPO
Topological sorting (all children before parents).
RevSortREVERSE
Flip the output into the reverse ordering.
RevSortBOUNDARY
Include RevFlag#UNINTERESTING boundary commits after all others.