You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| core | string = 'default' | The plugin core identifier to use for plugin injection |
11
-
| fs [deprecated]| FileSystem | The filesystem containing the git repo. Overrides the fs provided by the [plugin system](./plugin_fs.md). |
12
-
| dir | string | The [working tree](dir-vs-gitdir.md) directory path |
13
-
|**gitdir**| string = join(dir,'.git') | The [git directory](dir-vs-gitdir.md) path |
14
-
|**oid**| string | The SHA-1 object id to get |
15
-
| format | 'deflated' |'wrapped' |'content' | 'parsed' = 'parsed' | What format to return the object in. The choices are described in more detail below. |
16
-
| filepath | string | Don't return the object with `oid` itself, but resolve `oid` to a tree and then return the object at that filepath. To return the root directory of a tree set filepath to `''`|
17
-
| encoding | string | A convenience argument that only affects blobs. Instead of returning `object` as a buffer, it returns a string parsed using the given encoding. |
18
-
| return | Promise\<GitObjectDescription\>| Resolves successfully with a git object description |
| core | string = 'default' | The plugin core identifier to use for plugin injection |
11
+
| fs [deprecated]| FileSystem | The filesystem containing the git repo. Overrides the fs provided by the [plugin system](./plugin_fs.md). |
12
+
| dir | string | The [working tree](dir-vs-gitdir.md) directory path |
13
+
|**gitdir**| string = join(dir,'.git') | The [git directory](dir-vs-gitdir.md) path |
14
+
|**oid**| string | The SHA-1 object id to get |
15
+
| format | 'deflated' |'wrapped' |'content' | 'parsed' = 'parsed' | What format to return the object in. The choices are described in more detail below. |
16
+
| filepath | string | Don't return the object with `oid` itself, but resolve `oid` to a tree and then return the object at that filepath. To return the root directory of a tree set filepath to `''`|
17
+
| encoding | string | A convenience argument that only affects blobs. Instead of returning `object` as a buffer, it returns a string parsed using the given encoding. |
18
+
| return | Promise\<GitObjectDescription\>| Resolves successfully with a git object description |
0 commit comments