Method
FoundryGitCommitBuilderset_author_email
unstable since: 1.1
Declaration [src]
void
foundry_git_commit_builder_set_author_email (
FoundryGitCommitBuilder* self,
const char* author_email
)
Description [src]
Sets the author email address that will be used for the commit.
If set to NULL or not set, the value from git config “user.email” will be
used when creating the commit.
Available since: 1.1
| Sets property | Foundry.GitCommitBuilder:author-email |