Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Recovering from missing ChangeId in Gerrit

Hi,

if you push to Gerrit without a ChangeId in your commit, you can still update that review.
Many people create a new review.  Please don't do that.

Gerrit automatically assigns each review a ChangeId if there is none specified in the commit.
Just use that ChangeId to update your commit, and when you push to Gerrit again, it will 
know to use the same review.

See screenshot in wiki:
https://wiki.eclipse.org/CDT/git#Pushed_without_a_changeId.3F

Thanks

Marc

P.S. You can recover an abandoned review by pushing a new patch using its ChangeId.


Back to the top