Skip to content

Verify Developer Certificate of Origin (DCO) on each commit #13

@mbrukman

Description

@mbrukman

When committing code, users need to run:

git commit -s

which will add a line similar to the following at the end of the commit message:

Signed-off-by: Jane Doe <jane@example.com>

Developers who don't want to remember to add -s every time they commit code can simplify it for themselves via an alias for git commit.

This check should ensure that:

  • this line exists in each commit
  • the name and email on this line matches the name + email of the commit itself

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions