repo2post - v0.1.1
    Preparing search index...

    Interface Commit

    One commit in the range, parsed from git log.

    interface Commit {
        author: string;
        body: string;
        date: string;
        hash: string;
        short: string;
        subject: string;
    }
    Index

    Properties

    author: string
    body: string
    date: string

    ISO-8601 author date.

    hash: string
    short: string

    Abbreviated hash (first 7 chars).

    subject: string