From patchwork Thu Jan 23 20:57:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1228561 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-518180-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha1 header.s=default header.b=tWjOSqCt; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 483ZMw2Lnwz9sP3 for ; Fri, 24 Jan 2020 07:57:16 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:mime-version:content-type:message-id; q=dns; s= default; b=cSL2VQ2VPAX2Tz26LHK6ZL4JIfYUNH5/k2vB38QUuebBrgZVbYVuY LkWaYBlMjvv63gwYLM3fi/d4hOH6aovi7/4TUijotYFA++iQ+lNPOKfwcKCRfLZU LQiFSQLOzkhe/1R75zluK/YXSgkDQ6rWR6fm3XrQJlUoUhTp8oeg+M= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:mime-version:content-type:message-id; s= default; bh=HK7cZhp0D5VNb360mqBXY1f79SM=; b=tWjOSqCtmbYI22j0YjTv SCBw4oznHwn+4u6IQxFvZB5vvh3hHSfBH24pFvqD9f6cWN5IU+2Ie2B5khRSrgGL mycD7KBhMnsYgYYiUnZ9fyOuEGDfKJv1WmQiAgGrNPRU9LOGc5B8ra95pjFfT77I vvbAlv3YNj0NK8Km0pIHLig= Received: (qmail 75480 invoked by alias); 23 Jan 2020 20:57:09 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 75471 invoked by uid 89); 23 Jan 2020 20:57:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=painful, visually, HX-Languages-Length:1178 X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Jan 2020 20:57:08 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id AC09033E13; Thu, 23 Jan 2020 15:57:06 -0500 (EST) Received: from anthias.microfocus.com (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 2E39533E01; Thu, 23 Jan 2020 15:57:06 -0500 (EST) Date: Thu, 23 Jan 2020 21:57:04 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, "Richard Earnshaw (lists)" Subject: [wwwdocs] Fix markup of > (to >). MIME-Version: 1.0 Message-Id: <20200123205706.AC09033E13@hamza.pair.com> X-IsSubscribed: yes A small fix on top of the last edits to gitwrite.html; spelling "<" and ">" the HTML way is painful, and visually hard to grok. Pushed. Gerald --- htdocs/gitwrite.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html index 047c139f..ad073b53 100644 --- a/htdocs/gitwrite.html +++ b/htdocs/gitwrite.html @@ -497,7 +497,7 @@ to that vendor's branches.

If you have set up push access, then the branch can similarly be pushed to using:

-    git push vendors/<vendor> <vendor>/<topic>
+    git push vendors/<vendor> <vendor>/<topic>
 

The script can be re-run with, or without --enable-push @@ -516,7 +516,7 @@ to that vendor's branches.

run and starting from the most recent commit on master:

-    contrib/git-add-vendor-branch.sh  <vendor>/<topic> master
+    contrib/git-add-vendor-branch.sh  <vendor>/<topic> master
 
This will create the branch both locally and on the server, but will not