Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] 'Follow Renames' feature: Hudson UI test failures... really related to the patch?

> Sorry, I missed some guidelines for commit message formating: they miss the bug ID, and signed-off-by info.
> Is there a way for me to fix that?

No problem, just add the missing lines manually before pushing the second patch sets. It is important to add the correct Change-Id. The Change-Id must be copied from the Gerrit Web UI; it can be found in the overview table of the change. Only with this Change-Id gerrit can relate the second patch set to the change.

You have two commits where one depends on the other. The git command to fix both commits is rebase -i, which is not yet available in egit. You can also achieve the same by amending the first one and then cherry-picking and amending the second one; this could be done in egit.

Stefan


Back to the top