Hey V8 devs, It's been a while <https://groups.google.com/d/msg/v8-dev/gzfeEUSInVU/jB-4hmseAgAJ> since we enabled Gerrit for V8. In that time, we've made a bunch of improvements: editing the commit message is now just as fast as Rietveld, you can reland old submitted changes if they've been reverted, typing "lgtm" as the first word of your message will approve the change, and more. And in that time, use of Gerrit in V8 has organically grown to be over 80% of all commits in the last month:
± git log --oneline --since 2017/06/01 | wc -l 702 ± git log --oneline --since 2017/06/01 --grep 'Reviewed-on' | wc -l 571 ± bc -l <<< "571 / 702 * 100" 81.34 So with that milestone behind us, the upcoming default switch for chromium <https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/1DwH8-pPimk>, and machenbach's enthusiasm, we're flipping the default <https://chromium-review.googlesource.com/558191> for V8 *today*! Once the default changes, any changes that you already have under review on Rietveld will of course continue to upload to Rietveld. If you need an escape hatch for any reason, you can use `git cl upload --rietveld` to bypass the default, and then please file a bug <https://bugs.chromium.org/p/gerrit/issues/entry?template=PolyGerrit%20Issue> letting us know why you couldn't use Gerrit for that change. After a few week (but well before the end of Q3) we'll also mark Rietveld read-only for V8, so it will refuse all uploads of new changes. Another PSA will be forthcoming at that time. As always, if you have any questions, please consult the FAQ <https://polygerrit.appspot.com/>. If you have any problems with 'git cl upload', file a bug here <https://bugs.chromium.org/p/chromium/issues/entry?template=Build%20Infrastructure&components=Infra%3ECodereview%3EGerrit&labels=Proj-Gerrit-Migration>; if you have any problems with the Gerrit web interface, file a bug here <https://bugs.chromium.org/p/gerrit/issues/entry?template=PolyGerrit%20Issue> . Thanks, Aaron -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
