diff --git a/lib/src/git_backend.rs b/lib/src/git_backend.rs index 3d3c1d8ce..418471d27 100644 --- a/lib/src/git_backend.rs +++ b/lib/src/git_backend.rs @@ -836,9 +836,8 @@ impl Backend for GitBackend { } } }; - // Update the signatures to match the ones that were actually written to the - // object store - contents.author.timestamp.timestamp = MillisSinceEpoch(author.when().seconds() * 1000); + // Update the signature to match the one that was actually written to the object + // store contents.committer.timestamp.timestamp = MillisSinceEpoch(committer.when().seconds() * 1000); let mut mut_table = table.start_mutation();