Jazzy sync 3: Nov 8, 2024 #4747
DCO
There are 12 commits incorrectly signed off. This means that the author(s) of these commits failed to include a Signed-off-by line in their commit message.
To avoid having PRs blocked in the future, always include Signed-off-by: Author Name <[email protected]>
in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s
).
Here is how to fix the problem so that this code can be merged.
Rebase the branch
If you have a local git environment and meet the criteria below, one option is to rebase the branch and add your Signed-off-by lines in the new commits. Please note that if others have already begun work based upon the commits in this branch, this solution will rewrite history and may cause serious issues for collaborators (described in the git documentation under "The Perils of Rebasing").
You should only do this if:
- You are the only author of the commits in this branch
- You are absolutely certain nobody else is doing any work based upon this branch
- There are no empty commits in the branch (for example, a DCO Remediation Commit which was added using
--allow-empty
)
To add your Signed-off-by line to every commit in this branch:
- Ensure you have a local copy of your branch by checking out the pull request locally via command line.
- In your local branch, run:
git rebase HEAD~25 --signoff
- Force push your changes to overwrite the branch:
git push --force-with-lease origin jazzy_sync_3
Summary
Commit sha: 077f73e, Author: Adi Vardi, Committer: Steve Macenski; Can not find "Adi Vardi [email protected]", in ["Adi Vardi [email protected]", "Adi Vardi [email protected]", "Adi Vardi [email protected]", "Adi Vardi [email protected]", "Adi Vardi [email protected]"].
Commit sha: 4597214, Author: Alan, Committer: Steve Macenski; Expected "Alan [email protected]", but got "Alan Xue [email protected]".
Commit sha: 0217df4, Author: alyquantillion, Committer: Steve Macenski; Can not find "alyquantillion [email protected]", in ["Alyssa Agnissan [email protected]", "Alyssa Agnissan [email protected]", "Alyssa Agnissan [email protected]", "Alyssa Agnissan [email protected]", "Alyssa Agnissan [email protected]", "Alyssa Agnissan [email protected]"].
Commit sha: 0a94280, Author: anaelle-sw, Committer: Steve Macenski; Can not find "anaelle-sw [email protected]", in ["asarazin [email protected]", "asarazin [email protected]", "asarazin [email protected]", "asarazin [email protected]"].
Commit sha: 8df2cb3, Author: aosmw, Committer: Steve Macenski; Expected "aosmw [email protected]", but got "Mike Wake [email protected]".
Commit sha: 3425eb7, Author: Guillaume Doisy, Committer: Steve Macenski; Can not find "Guillaume Doisy [email protected]", in ["Guillaume Doisy [email protected]", "Guillaume Doisy [email protected]", "Guillaume Doisy [email protected]"].
Commit sha: bc24be6, Author: Huiyu Leong, Committer: Steve Macenski; Can not find "Huiyu Leong [email protected]", in ["huiyulhy [email protected]", "huiyulhy [email protected]", "huiyulhy [email protected]", "huiyulhy [email protected]", "huiyulhy [email protected]", "huiyulhy [email protected]", "huiyulhy [email protected]"].
Commit sha: c5e5077, Author: Pradheep Krishna, Committer: Steve Macenski; Can not find "Pradheep Krishna [email protected]", in ["Pradheep [email protected]", "Pradheep [email protected]", "Pradheep [email protected]", "Pradheep [email protected]"].
Commit sha: 12b4233, Author: Ryan, Committer: Steve Macenski; Expected "Ryan [email protected]", but got "Ryan Friedman [email protected]".
Commit sha: 6bff7de, Author: Saitama, Committer: Steve Macenski; The sign-off is missing.
Commit sha: dbf6c22, Author: Saitama, Committer: Steve Macenski; Expected "Saitama [email protected]", but got "agennart [email protected]".
Commit sha: e3e8781, Author: Tiwa Ojo, Committer: Steve Macenski; Can not find "Tiwa Ojo [email protected]", in ["Tiwa Ojo [email protected]", "Tiwa Ojo [email protected]", "Tiwa Ojo [email protected]"].