Skip to content

conflict: Respect timezone info for new commits

While we have fixed commit signature for RPCs in operations service [1], we overlooked the fact that ResolveConflicts in conflicts service also generates new commits. This commit addresses this issue and moves the logic for generating signatures into internal/git so that it can be shared among services.

  1. !6323 (merged)

Merge request reports