Merge dev into geometric #7637
Merge dev into geometric #7637
DCO
There are 14 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.
Preferred method: Commit author adds a DCO remediation commit
A DCO Remediation Commit contains special text in the commit message that applies a missing Signed-off-by line in a subsequent commit. The primary benefit of this method is that the project’s history does not change, and there is no risk of breaking someone else’s work.
These authors can unblock this PR by adding a new commit to this branch with the following text in their commit message:
johnzielke <[email protected]>
DCO Remediation Commit for johnzielke <[email protected]>
I, johnzielke <[email protected]>, hereby add my Signed-off-by to this commit: ba3c72cc784fcad9c3745b3a46af5bb8d1f4024b
Signed-off-by: johnzielke <[email protected]>
Juampa <[email protected]>
DCO Remediation Commit for Juampa <[email protected]>
I, Juampa <[email protected]>, hereby add my Signed-off-by to this commit: e5bebfc7cd2e48499159743365230115d1a7f460
Signed-off-by: Juampa <[email protected]>
Lőrincz-Molnár Szabolcs-Botond <[email protected]>
DCO Remediation Commit for Lőrincz-Molnár Szabolcs-Botond <[email protected]>
I, Lőrincz-Molnár Szabolcs-Botond <[email protected]>, hereby add my Signed-off-by to this commit: 5ec7305abfa406fec7f013953ec4da7cfcae15ff
Signed-off-by: Lőrincz-Molnár Szabolcs-Botond <[email protected]>
Lucas Robinet <[email protected]>
DCO Remediation Commit for Lucas Robinet <[email protected]>
I, Lucas Robinet <[email protected]>, hereby add my Signed-off-by to this commit: 195d7ddc3669426e39567d90d083684cd948e388
Signed-off-by: Lucas Robinet <[email protected]>
Mathijs de Boer <[email protected]>
DCO Remediation Commit for Mathijs de Boer <[email protected]>
I, Mathijs de Boer <[email protected]>, hereby add my Signed-off-by to this commit: 98305257b376aaeff82679967d4e639b346b9b14
Signed-off-by: Mathijs de Boer <[email protected]>
Mingxin Zheng <[email protected]>
DCO Remediation Commit for Mingxin Zheng <[email protected]>
I, Mingxin Zheng <[email protected]>, hereby add my Signed-off-by to this commit: 7c0b10e8fd6529188779663b8a2ccbcfafbc8f70
Signed-off-by: Mingxin Zheng <[email protected]>
monai-bot <[email protected]>
DCO Remediation Commit for monai-bot <[email protected]>
I, monai-bot <[email protected]>, hereby add my Signed-off-by to this commit: 20512d30e40182f8f68a9784405cfe499e76c884
I, monai-bot <[email protected]>, hereby add my Signed-off-by to this commit: c86e790d56f3a5ad07db6e642c6a65e7779b7b21
I, monai-bot <[email protected]>, hereby add my Signed-off-by to this commit: 2d463a7d19166cff6a83a313f339228bc812912d
I, monai-bot <[email protected]>, hereby add my Signed-off-by to this commit: a7c2589133ab01afd75a762885dce69a73abfe1a
I, monai-bot <[email protected]>, hereby add my Signed-off-by to this commit: bbaaf4c7d75976b0289152541afa9fa03fa44f7a
I, monai-bot <[email protected]>, hereby add my Signed-off-by to this commit: e9a5bfe4693ce490c75616a97eb0812e1828539b
Signed-off-by: monai-bot <[email protected]>
Timothy J. Baker <[email protected]>
DCO Remediation Commit for Timothy J. Baker <[email protected]>
I, Timothy J. Baker <[email protected]>, hereby add my Signed-off-by to this commit: 7cfa2c9e281da51c78d823c7fd88e0e888fff3e1
Signed-off-by: Timothy J. Baker <[email protected]>
Yiheng Wang <[email protected]>
DCO Remediation Commit for Yiheng Wang <[email protected]>
I, Yiheng Wang <[email protected]>, hereby add my Signed-off-by to this commit: c885100e951e5b7b1fedf5e9bc965201592e8541
Signed-off-by: Yiheng Wang <[email protected]>
Please note: You should avoid adding empty commits (i.e., git commit -s --allow-empty
), because these will be discarded if someone rebases the branch / repo.
Least preferred method: 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~36 --signoff
- Force push your changes to overwrite the branch:
git push --force-with-lease origin geometric
Summary
Commit sha: ba3c72c, Author: johnzielke, Committer: GitHub; Expected "johnzielke [email protected]", but got "John Zielke [email protected]".
Commit sha: e5bebfc, Author: Juampa, Committer: GitHub; Can not find "Juampa [email protected]", in ["Juan Pablo de la Cruz Gutiérrez [email protected]", "monai-bot [email protected]", "elitap [email protected]", "Felix Schnabel [email protected]", "YanxuanLiu [email protected]", "ytl0623 [email protected]", "Dženan Zukić [email protected]", "KumoLiu [email protected]", "YunLiu [email protected]", "Ishan Dutta [email protected]", "dependabot[bot] [email protected]", "kaibo [email protected]", "heyufan1995 [email protected]", "binliu [email protected]", "axel.vlaminck [email protected]", "Ibrahim Hadzic [email protected]", "Behrooz [email protected]", "Timothy Baker [email protected]", "Mathijs de Boer [email protected]", "Fabian Klopfer [email protected]", "Lucas Robinet [email protected]", "Lucas Robinet [email protected]", "chaoliu [email protected]", "cxlcl [email protected]", "chaoliu [email protected]"].
Commit sha: 5ec7305, Author: Lőrincz-Molnár Szabolcs-Botond, Committer: GitHub; Expected "Lőrincz-Molnár Szabolcs-Botond [email protected]", but got "Szabolcs Botond Lorincz Molnar [email protected]".
Commit sha: 195d7dd, Author: Lucas Robinet, Committer: GitHub; Expected "Lucas Robinet [email protected]", but got "Lucas Robinet [email protected]".
Commit sha: 9830525, Author: Mathijs de Boer, Committer: GitHub; Can not find "Mathijs de Boer [email protected]", in ["YunLiu [email protected]", "Mathijs de Boer [email protected]"].
Commit sha: 7c0b10e, Author: Mingxin Zheng, Committer: GitHub; Expected "Mingxin Zheng [email protected]", but got "Mingxin Zheng [email protected]".
Commit sha: 20512d3, Author: monai-bot, Committer: GitHub; Can not find "monai-bot [email protected]", in ["monai-bot [email protected]", "monai-bot [email protected]"].
Commit sha: c86e790, Author: monai-bot, Committer: GitHub; Can not find "monai-bot [email protected]", in ["monai-bot [email protected]", "monai-bot [email protected]"].
Commit sha: 2d463a7, Author: monai-bot, Committer: GitHub; Can not find "monai-bot [email protected]", in ["monai-bot [email protected]", "monai-bot [email protected]"].
Commit sha: a7c2589, Author: monai-bot, Committer: GitHub; Can not find "monai-bot [email protected]", in ["monai-bot [email protected]", "monai-bot [email protected]"].
Commit sha: bbaaf4c, Author: monai-bot, Committer: GitHub; Can not find "monai-bot [email protected]", in ["monai-bot [email protected]", "monai-bot [email protected]"].
Commit sha: e9a5bfe, Author: monai-bot, Committer: GitHub; Can not find "monai-bot [email protected]", in ["monai-bot [email protected]", "monai-bot [email protected]"].
Commit sha: 7cfa2c9, Author: Timothy J. Baker, Committer: GitHub; Expected "Timothy J. Baker [email protected]", but got "Timothy Baker [email protected]".
Commit sha: c885100, Author: Yiheng Wang, Committer: GitHub; Expected "Yiheng Wang [email protected]", but got "Yiheng Wang [email protected]".