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
-
|**ref**| string | A reference to the commit or tag to verify |
15
-
|**publicKeys**| string | A PGP public key in ASCII armor format. |
16
-
| openpgp [deprecated]| OpenPGP | An instance of the [OpenPGP library](https://unpkg.com/[email protected]). Deprecated in favor of using a [PGP plugin](./plugin_pgp.md). |
17
-
| return | Promise\<(false|Array\<string\>)\>| The value `false` or the valid key ids (in hex format) used to sign the commit. |
| 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
+
|**ref**| string | A reference to the commit or tag to verify |
15
+
|**publicKeys**| string | A PGP public key in ASCII armor format. |
16
+
| openpgp [deprecated]| OpenPGP | An instance of the [OpenPGP library](https://unpkg.com/[email protected]). Deprecated in favor of using a [PGP plugin](./plugin_pgp.md). |
17
+
| return | Promise\<(false\|Array\<string\>)\>| The value `false` or the valid key ids (in hex format) used to sign the commit. |
18
18
19
19
For now, key management is beyond the scope of isomorphic-git's PGP features.
20
20
It is up to you to figure out what the commit's or tag's public key _should_ be.
0 commit comments