MCPcopy
hub / github.com/conventional-changelog/commitlint / GetCommitMessageOptions

Interface GetCommitMessageOptions

@commitlint/read/src/read.ts:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { x } from "tinyexec";
8
9interface GetCommitMessageOptions {
10 cwd?: string;
11 from?: string;
12 fromLastTag?: boolean;
13 to?: string;
14 last?: boolean;
15 edit?: boolean | string;
16 gitLogArgs?: string;
17}
18
19// Get commit messages
20export default async function getCommitMessages(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…