Skip to content

Merge pull request #102035 from ILCSFNO:patch-8

2d4aee0
Select commit
Loading
Failed to load commit list.
Merged

[pull] master from tensorflow:master #641

Merge pull request #102035 from ILCSFNO:patch-8
2d4aee0
Select commit
Loading
Failed to load commit list.
DCO / DCO required action Jan 8, 2026 in 1s

DCO

There are 23 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 <authoremail@example.com> 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:

  1. Ensure you have a local copy of your branch by checking out the pull request locally via command line.
  2. In your local branch, run: git rebase HEAD~24 --signoff
  3. Force push your changes to overwrite the branch: git push --force-with-lease origin master

Summary

Commit sha: 004833d, Author: Adrian Kuegel, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 84c6860, Author: Adrian Kuegel, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: a069c92, Author: Aiden Grossman, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: b377977, Author: Alexander Belyaev, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 53db24f, Author: Bart Chrzaszcz, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 90939ea, Author: Dimitar (Mitko) Asenov, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: f728ca5, Author: Dirk Hornung, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: d59e365, Author: Eusebio Durán Montaña, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 2b19d82, Author: ILCSFNO, Committer: GitHub; The sign-off is missing.
Commit sha: 9541a12, Author: ILCSFNO, Committer: GitHub; The sign-off is missing.
Commit sha: 723583a, Author: ILCSFNO, Committer: GitHub; The sign-off is missing.
Commit sha: 4df925a, Author: James Spooner, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 1cb3432, Author: Kanish Anand, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: ebafcb9, Author: Karlo Basioli, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 76989c7, Author: Karlo Basioli, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: be91c0f, Author: Michael Kuperstein, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 869ecb1, Author: Mikhail Goncharov, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: d618064, Author: Oleg Shyshkov, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 2485754, Author: Oleg Shyshkov, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 183a7f0, Author: Will Froom, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 1ae14c8, Author: Will Froom, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 28dc0a9, Author: Will Froom, Committer: TensorFlower Gardener; The sign-off is missing.
Commit sha: 6a9dde6, Author: Will Froom, Committer: TensorFlower Gardener; The sign-off is missing.