| 7 | import { x } from "tinyexec"; |
| 8 | |
| 9 | interface 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 |
| 20 | export default async function getCommitMessages( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…