blessed-components - v1.20.0
    Preparing search index...

    Interface CommitListItem

    Commit row rendered by renderCommitList.

    interface CommitListItem {
        author?: string;
        hash: string;
        message: string;
        refs?: readonly string[];
    }
    Index

    Properties

    author?: string

    Author display name.

    hash: string

    Commit hash.

    message: string

    Commit subject.

    refs?: readonly string[]

    Ref names attached to the commit.