Searched refs:logFilesAsync (Results 1 – 3 of 3) sorted by relevance
51 const changedFiles = await Git.logFilesAsync({ fromCommit: mergeBase });
271 async logFilesAsync(options: GitLogOptions = {}): Promise<GitFileLog[]> { method in GitDirectory
163 const gitFiles = await gitDir.logFilesAsync({