Update nomaterial branch #253
DCO
There are 19 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~29 --signoff
- Force push your changes to overwrite the branch:
git push --force-with-lease origin nomaterial
Summary
Commit sha: 5dda37a, Author: Andreas Blaesius, Committer: Andreas Blaesius; The sign-off is missing.
Commit sha: d3f852f, Author: Andreas Blaesius, Committer: Andreas Blaesius; The sign-off is missing.
Commit sha: 77bd4ca, Author: Andreas Blaesius, Committer: GitHub; The sign-off is missing.
Commit sha: 7d7e832, Author: Andreas Blaesius, Committer: GitHub; The sign-off is missing.
Commit sha: e1315f1, Author: Andreas Blaesius, Committer: Andreas Blaesius; The sign-off is missing.
Commit sha: e8165b8, Author: Andreas Fritzler, Committer: Andreas Blaesius; Expected "Andreas Fritzler [email protected]", but got "Andreas Fritzler [email protected]".
Commit sha: 0dd60b3, Author: Andreas Fritzler, Committer: Andreas Blaesius; Expected "Andreas Fritzler [email protected]", but got "Michael Hausenblas [email protected]".
Commit sha: 737290d, Author: Andreas Skomski, Committer: Andreas Blaesius; The sign-off is missing.
Commit sha: 1d39e63, Author: Cristian Klein, Committer: Andreas Blaesius; Expected "Cristian Klein [email protected]", but got "Cristian Klein [email protected]".
Commit sha: 29b2c19, Author: Diego Alonso Álvarez, Committer: Andreas Blaesius; Expected "Diego Alonso Álvarez [email protected]", but got "Diego [email protected]".
Commit sha: beffe57, Author: Hidde Beydals, Committer: Andreas Blaesius; Expected "Hidde Beydals [email protected]", but got "Michael Hausenblas [email protected]".
Commit sha: b2ebceb, Author: János Pásztor, Committer: Andreas Blaesius; Expected "János Pásztor [email protected]", but got "Michael Hausenblas [email protected]".
Commit sha: 482a709, Author: RammusXu, Committer: Andreas Blaesius; Expected "RammusXu [email protected]", but got "Michael Hausenblas [email protected]".
Commit sha: 0a362a9, Author: RammusXu, Committer: Andreas Blaesius; Expected "RammusXu [email protected]", but got "Michael Hausenblas [email protected]".
Commit sha: 1b51308, Author: René Kilczan, Committer: Andreas Blaesius; Expected "René Kilczan [email protected]", but got "rekire [email protected]".
Commit sha: 7871702, Author: Scott Robinson, Committer: Andreas Blaesius; Can not find "Scott Robinson [email protected]", in ["Scott Robinson [email protected]", "Scott Robinson [email protected]"].
Commit sha: 485b947, Author: Sugate, Committer: Andreas Blaesius; The sign-off is missing.
Commit sha: f0a9242, Author: Tim Sutton, Committer: Andreas Blaesius; The sign-off is missing.
Commit sha: a8b5e22, Author: Tom Ward, Committer: Andreas Blaesius; The sign-off is missing.