Open
Description
Summary 💡
Nowadays, a Git commit can be a squashed one from multiple commits during a pull request. To respect the commit's authors, neither "the commit author" nor "the commit committer" is completed.
Is it considered in the scope of gix to have a method on Commit
to return a list of all signed-of-by
and/or co-authored-by
signatures.
Motivation 🔦
No response