Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] update site

> https://git.eclipse.org/r/Documentation/user-signedoffby.html shows the
> signed-off syntax. It should be:
> Signed-off-by: Random J Developer < random@xxxxxxxxxxxxxxxxxxxxx >
> Yes, sorry, I found that and tried it. It made no difference.
> 
> 
> 
> 
> Are you pushing to refs/for/master?
> I did the combined commit and push.
> 
> Right clicking on the git repo and asking for properties shows branch >
> master = refs/for/master, and remote > origin > push = HEAD:refs/for/master
> 
> Cheers,
> Steve
>

You should let git/Egit generate the Signed-off-by for you. See :
http://wiki.eclipse.org/Development_Resources/Contributing_via_Git#Signing_off_on_a_commit

If you really want to generate it yourself, then I think it has to follow
the format shown here :
http://wiki.eclipse.org/Development_Resources/Contributing_via_Git#via_Gerrit

Hope this helps,
-- 
Roland Grunberg


Back to the top