Searched refs:_gitLogAsync (Results 1 – 1 of 1) sorted by relevance
68 const sourceCommits = await _gitLogAsync(sourceDir);69 const buildCommits = await _gitLogAsync(buildDir);88 async function _gitLogAsync(path: string): Promise<{ lines: string[] }> { function