(options = {})
| 465 | }); |
| 466 | }, |
| 467 | async log(options = {}) { |
| 468 | return logWith({ |
| 469 | ...options, |
| 470 | fs: await fs(), |
| 471 | git: await loadGit<IsomorphicGitReadsClient>(), |
| 472 | cache, |
| 473 | }); |
| 474 | }, |
| 475 | async show(options) { |
| 476 | return showWith({ |
| 477 | ...options, |