This repository was archived by the owner on Oct 17, 2021. It is now read-only.
-
Couldn't load subscription status.
- Fork 5
RevisionSortingOptions
mattt edited this page Aug 17, 2020
·
2 revisions
Options for the order of the sequence returned by
Repository.revisions(with:).
public struct RevisionSortingOptions: OptionSetOptionSet
public init(rawValue: UInt32)var rawValue: UInt32Sort the repository contents by commit time.
var timeSort the repository contents in topological order (no parents before all of its children are shown).
var topologicalIterate through the repository contents in reverse order.
var reverseGenerated at 2020-09-02T17:06:43+0000 using swift-doc 1.0.0-beta.4.
Types
- Blob
- Branch
- Commit
- Credentials
- Error
- Message
- Note
- Object
- Object.ID
- Reference
- Reference.Format
- Remote
- Remote.Fetch
- Remote.Fetch.Configuration
- Remote.Fetch.TagFollowing
- Repository
- Repository.Attributes
- Repository.Attributes.Value
- Repository.Checkout
- Repository.Checkout.Configuration
- Repository.Checkout.ConflictResolution
- Repository.Checkout.Strategy
- Repository.Clone
- Repository.Clone.Configuration
- Repository.Clone.Local
- Repository.Head
- Repository.Index
- Repository.Index.Entry
- Repository.Index.Stage
- RevisionSortingOptions
- Signature
- Tag
- Tag.Annotation
- Tree
- Tree.Entry