-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
We require all commits to SymbiFlow projects to have the Developer Certificate of Origin explicitly acknowledged. This is done through adding a Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
line to the bottom of each commit message.
You can do this easily with git via the git commit --amend --signoff
and git rebase --signoff
commands.
There is more information about this at;
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
nelsobe commentedon Mar 4, 2020
Was able to do all but 14b7333. Not sure why I couldn't do that one.