Skip to content

Refactor git2go commit and apply tests

Igor Drozdov requested to merge id-refactor-tests-for-gpg-signing into master

What does this MR do

  • It uses repo.ReadCommit instead of parsing on its own
  • Provides an interface for testing other signatures (like SSH)

It's the first step to tackling this larger MR: Add support for commit signing using SSH (!5408 - merged)

Merge request reports