Module format

Source
Expand description

Formatting of commits.

Structs§

PLACEHOLDERS

Enums§

CommitFormat
Commit formatting options.

Functions§

format
Format a commit for CommitFormat::Short, CommitFormat::Medium or CommitFormat::Full.
format_commit
Format a commit for CommitFormat::Format(String).
format_date
format_oneline
Format a commit for CommitFormat::OneLine.