Method
FoundryGitCommitBuilderset_signing_format
unstable since: 1.1
Declaration [src]
void
foundry_git_commit_builder_set_signing_format (
FoundryGitCommitBuilder* self,
const char* signing_format
)
Description [src]
Sets the signing format that will be used for signing the commit.
Common values are “gpg” for GPG signatures or “ssh” for SSH signatures.
If set to NULL, defaults to “gpg”.
Available since: 1.1
| Sets property | Foundry.GitCommitBuilder:signing-format |