diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-11-30 15:34:00 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-19 11:08:22 +0000 |
commit | 990c84db9d0d4ce1968164d2fcc642a0e2554b68 (patch) | |
tree | 166d9de2f92ac5cbd4f48af6f0970913cfaeef76 /Documentation/getting_started | |
parent | ad55df98745c9f4200cf0b8402dad6885ba83cc7 (diff) |
Documentation: gerrit guidelines: Adopt the new topic syntax
When the old syntax is used, gerrit now respends with:
remote: WARNING: deprecated topic syntax. Use %topic=TOPIC instead
Change-Id: I002bfc3e9c4b348379337bc386d3bdefb307679d
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/c/29983
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/getting_started')
-rw-r--r-- | Documentation/getting_started/gerrit_guidelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/getting_started/gerrit_guidelines.md b/Documentation/getting_started/gerrit_guidelines.md index b0a96096e9..ba2b7b9d16 100644 --- a/Documentation/getting_started/gerrit_guidelines.md +++ b/Documentation/getting_started/gerrit_guidelines.md @@ -151,7 +151,7 @@ gerrit. Topics can be set for individual patches in gerrit by going into the patch and clicking on the icon next to the topic line. Topics can also be set when you push the patches into gerrit. For example, to push a set of commits with the i915-kernel-x60 set, use the command: - git push origin HEAD:refs/for/master/i915-kernel-x60 + git push origin HEAD:refs/for/master%topic=i915-kernel-x60 * If one of your patches isn't ready to be merged, make sure it's obvious that you don't feel it's ready for merge yet. The preferred way to show |