Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Commits does not work ass expected

Thanks for the input it works !


On Thu, Mar 20, 2014 at 6:56 PM, Lars Vogel <lars.vogel@xxxxxxxxx> wrote:
Thanks for continuing to contribute and to follow my proposal to bring your question to the public mailing list, instead of private email.

This error message typically happens if you (unintentially) try to push several commits and one of them is not signed. 

To solve that use the EGit aquivilent of "git reset --hard origin/master" and cherry pick the commit you want to push onto this.

See 

for the process how to do that.


2014-03-20 23:46 GMT+01:00 Mathurin, Louis-Michel <mathurin.lm@xxxxxxxxxxxx>:

Here is are the comments for the commit:


Bug 428355 - [New Contributors] Fix warnings in platform projects



Change-Id: I0000000000000000000000000000000000000000

Signed-off-by: Louis-Michel Mathurin <mathurin.lm@xxxxxxxxxxxx>

When committing I'm getting this log:

The contributor must "sign-off" on the contribution.
Processing changes: refs: 1
Processing changes: refs: 1, done    
----------
Reviewing commit: commit 4b2d5068701f8801898f7a1f16005385de2d8ffa 1395350127 ----sp
Authored by: Louis-Michel Mathurin <mathurin.lm@xxxxxxxxxxxx>

The author is not a committer on the project.
The author has a current Contributor License Agreement (CLA) on file.
error: The author has not "signed-off" on the contribution.

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev



_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev



Back to the top