We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Buffer
1 parent 5dd2e16 commit f2dd59dCopy full SHA for f2dd59d
src/types/git.ts
@@ -170,7 +170,6 @@ export interface Repository {
170
path: string,
171
): Promise<{ mode: string; object: string; size: number }>
172
detectObjectType(object: string): Promise<{ mimetype: string; encoding?: string }>
173
- buffer(ref: string, path: string): Promise<Buffer>
174
show(ref: string, path: string): Promise<string>
175
getCommit(ref: string): Promise<Commit>
176
0 commit comments