This commit is contained in:
Nikita Galaiko 2023-09-20 11:56:16 +02:00 committed by GitButler
parent 5f4b7acfc1
commit 1b520ca44d

View File

@ -231,6 +231,8 @@ impl Repository {
.collect::<Vec<_>>();
let commit_buffer = self.0.commit_create_buffer(
author.into(),
// author and committer must be the same
// for signed commits
author.into(),
message,
tree.into(),