diff options
author | Tom Hiller <thrilleratplay@gmail.com> | 2018-07-18 07:50:56 -0400 |
---|---|---|
committer | Marc Jones <marc@marcjonesconsulting.com> | 2018-07-20 15:25:56 +0000 |
commit | 109faa6719b000db5096539ecee16b625e0d2f0c (patch) | |
tree | e2bdefa6dcd644e11ed1ac9f938494b885c635b3 /Documentation | |
parent | f71f1796ce075e0b0a7821aadce9de0a59af2528 (diff) | |
download | coreboot-109faa6719b000db5096539ecee16b625e0d2f0c.tar.xz |
Documentation: update draft git command
refs/drafts/master is deprecated
Change-Id: I9c68e496ecd47fb559dd2ad400406007028cbb24
Signed-off-by: Tom Hiller <thrilleratplay@gmail.com>
Reviewed-on: https://review.coreboot.org/27526
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Tested-by: Marc Jones <marc@marcjonesconsulting.com>
Diffstat (limited to 'Documentation')
-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 cf7d5e8c5a..e517dceae4 100644 --- a/Documentation/getting_started/gerrit_guidelines.md +++ b/Documentation/getting_started/gerrit_guidelines.md @@ -167,7 +167,7 @@ as such. This can be done in the title ‘[DONOTSUBMIT]’, or can be pushed as draft commits, so that only explicitly added reviewers will see them. These sorts of patches are frequently posted as ideas or RFCs for the community to look at. To push a draft, use the command: - git push origin HEAD:refs/drafts/master + git push origin HEAD:refs/for/master%private,wip * Respond to anyone who has taken the time to review your patches, even if it's just to say that you disagree. While it may seem annoying to address a |