Gerrit patch uploader

From mediawiki.org

The Gerrit patch uploader allows users with an account on this wiki (MediaWiki.org) to upload patches directly to gerrit without needing a Developer account and without needing to use Git commands.

Go to the uploader: https://gerrit-patch-uploader.toolforge.org/.

Service[edit]

Gerrit patch uploader is a Toolforge tool created by Valhallasw.

Amending an uploaded patch[edit]

To make a change to an existing patch, copy the Change-Id line from the Gerrit page, and add it to the bottom of your commit message.

For example, to add a new patch to https://gerrit.wikimedia.org/r/96693, fill in the patch uploader as usual, but add the following text to the bottom of the commit message field:

Change-Id: I0c31cd68dc372ed38f461e430c135350a1581828

The Gerrit patch uploader will use the "Change-Id" to find the current change on Gerrit and add a new version to it (instead of creating a new change page).