Gjsify LogoGjsify Logo

The type of sorting mode for the revision walker.

bitfield

Index

Enumeration Members

Enumeration Members

NONE: number

Sorts the repository contents in no particular ordering; this sorting is arbitrary, implementation-specific and subject to change at any time.

REVERSE: number

Iterate through the repository contents in reverse order; this sorting mode can be combined with any of the above.

TIME: number

Sort the repository contents by commit time; this sorting mode can be combined with topological sorting.

TOPOLOGICAL: number

Sorts the repository contents in topological order (parents before children); this sorting mode can be combined with time sorting.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method