Sha256: e51e68c089636feb6579920cec605a34ae2984b71cfac87ade390c01ff01f19e
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
import gitRawCommits from 'git-raw-commits'; import { streamToPromise } from './stream-to-promise.js'; // Get commit messages from history export async function getHistoryCommits(options, opts = {}) { return streamToPromise(gitRawCommits(options, { cwd: opts.cwd })); } //# sourceMappingURL=get-history-commits.js.map
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | node_modules/@commitlint/read/lib/get-history-commits.js |
pcp-server-ruby-sdk-0.1.0 | node_modules/@commitlint/read/lib/get-history-commits.js |