We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Options for the order of the sequence returned by Repository.revisions(with:).
Repository.revisions(with:)
public struct RevisionSortingOptions: OptionSet
OptionSet
init(rawValue:)
public init(rawValue: UInt32)
rawValue
var rawValue: UInt32
time
Sort the repository contents by commit time.
var time
topological
Sort the repository contents in topological order (no parents before all of its children are shown).
var topological
reverse
Iterate through the repository contents in reverse order.
var reverse