mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-21 15:59:48 +01:00
Set explicit committer for new commits
This commit is contained in:
@@ -243,6 +243,7 @@ class AbstractGitCommand
|
||||
if (!status.isClean() || isInMerge()) {
|
||||
return of(clone.commit()
|
||||
.setAuthor(authorToUse.getName(), authorToUse.getMail())
|
||||
.setCommitter("SCM-Manager", "noreply@scm-manager.org")
|
||||
.setMessage(message)
|
||||
.call());
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user