Skip to content

fix: deterministic gpg signature

We observed some commit failures on vote transactions in our production system that uses a gpg key. Since the gpg signature is time-dependent, aligning the timestamp with the author's date makes the gpg signature consistent across all gitaly nodes.

Merge request reports