Searched refs:GitLog (Results 1 – 4 of 4) sorted by relevance
2 import { GitLog, GitFileLog, GitDirectory } from '../Git';158 commits: GitLog[];
5 import { GitLog, GitFileLog } from './Git';20 export function formatCommitLog(log: GitLog): string {
24 export type GitLog = { alias222 async logAsync(options: GitLogOptions = {}): Promise<GitLog[]> {
6 import Git, { GitLog } from '../Git';94 const commitsBeforeStartDate: GitLog[] = [];