(args: { fs: object; dir: string; ref?: string; depth?: number; cache?: object })
| 36 | /** isomorphic-git's subset used here. */ |
| 37 | export interface IsomorphicGitReadsClient { |
| 38 | log(args: { fs: object; dir: string; ref?: string; depth?: number; cache?: object }): Promise< |
| 39 | Array<{ |
| 40 | oid: string; |
| 41 | commit: { |