Header menu logo Partas.GitNet

CommitGroup Type

CommitGroup. You can define specific settings for a commit group, such as the name, the position, the heading level used, a preamble, a postamble, whether to only count the number of commits in the group.

At least the title must be defined.

All defaults are None/false; HeadingLevel default is 4.

Record fields

Record Field Description

CountOnly

Full Usage: CountOnly

Field type: bool
Field type: bool

HeadingLevel

Full Usage: HeadingLevel

Field type: int
Field type: int

Position

Full Usage: Position

Field type: int option
Field type: int option

Postfix

Full Usage: Postfix

Field type: string option
Field type: string option

Prelude

Full Usage: Prelude

Field type: string option
Field type: string option

Title

Full Usage: Title

Field type: string
Field type: string

Static members

Static member Description

CommitGroup.Create(title, ?position, ?headingLevel, ?prelude, ?postfix, ?countOnly)

Full Usage: CommitGroup.Create(title, ?position, ?headingLevel, ?prelude, ?postfix, ?countOnly)

Parameters:
    title : string
    ?position : int
    ?headingLevel : int
    ?prelude : string
    ?postfix : string
    ?countOnly : bool

Returns: CommitGroup
title : string
?position : int
?headingLevel : int
?prelude : string
?postfix : string
?countOnly : bool
Returns: CommitGroup

Type something to start searching.