(args: {
fs: object;
dir: string;
message: string;
author?: GitCommitIdentity;
committer?: GitCommitIdentity;
amend?: boolean;
cache?: object;
})
| 32 | /** Subset of `isomorphic-git`'s API used for `commit`. */ |
| 33 | export interface IsomorphicGitCommitClient { |
| 34 | commit(args: { |
| 35 | fs: object; |
| 36 | dir: string; |
| 37 | message: string; |