@lzwme/fe-utils
    Preparing search index...

    Interface GitLogItem

    getGitLog 返回项的格式

    interface GitLogItem {
        ad?: string;
        ae?: string;
        an?: string;
        ar?: string;
        cd?: string;
        ce?: string;
        cn?: string;
        cr?: string;
        h?: string;
        H?: string;
        p?: string;
        P?: string;
        s?: string;
        t?: string;
        T?: string;
    }
    Index

    Properties

    ad?: string

    authorDate 作者修订日期

    ae?: string

    authorEmail 作者的电子邮件地址

    an?: string

    authorName 作者(author)的名字

    ar?: string

    authorDateRel 作者修订日期,按多久以前的方式显示

    cd?: string

    committerDate 提交日期

    ce?: string

    committerEmail 提交者的电子邮件地址

    cn?: string

    committerName 提交者(committer)的名字

    cr?: string

    committerDateRel 提交日期,按多久以前的方式显示

    h?: string

    abbrevHash 提交对象的简短哈希字串

    H?: string

    hash 提交对象(commit)的完整哈希字串

    p?: string

    abbrevParentHashes 父对象的简短哈希字串

    P?: string

    parentHashes 父对象(parent)的完整哈希字串

    s?: string

    subject 提交说明

    t?: string

    abbrevTreeHash 树对象的简短哈希字串

    T?: string

    treeHash 树对象(tree)的完整哈希字串