mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-06 01:27:24 +03:00
test
This commit is contained in:
parent
5f4b7acfc1
commit
1b520ca44d
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user