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
|
Full Usage:
CountOnly
Field type: bool
|
|
Full Usage:
HeadingLevel
Field type: int
|
|
Full Usage:
Position
Field type: int option
|
|
Full Usage:
Postfix
Field type: string option
|
|
Full Usage:
Prelude
Field type: string option
|
|
Full Usage:
Title
Field type: string
|
|
Static members
| Static member |
Description
|
Full Usage:
CommitGroup.Create(title, ?position, ?headingLevel, ?prelude, ?postfix, ?countOnly)
Parameters:
string
?position : int
?headingLevel : int
?prelude : string
?postfix : string
?countOnly : bool
Returns: CommitGroup
|
|
Partas.GitNet