Type alias ReadCommitParams

ReadCommitParams: {
    dir: string;
    fs: FsClient;
    oid: string;
    cache?: Cache;
    gitdir?: string;
}

Type declaration

  • dir: string

    The working tree directory path.

  • fs: FsClient

    A file system client.

  • oid: string

    The SHA-1 object id to get. Annotated tags are peeled.

  • Optional cache?: Cache

    A cache object.

  • Optional gitdir?: string

    The git directory path (default: {dir}/.git).

Generated using TypeDoc