From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112237 invoked by alias); 23 Jan 2020 21:14:42 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 112177 invoked by uid 9022); 23 Jan 2020 21:14:42 -0000 Date: Thu, 23 Jan 2020 21:14:00 -0000 Message-ID: <20200123211442.112174.qmail@sourceware.org> From: gerald@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e89d06aa560d1d36709ae7311ef2b9c74efc7f74 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1cda7199f758776f7a19638af8e0a9d3edfef193 X-Git-Newrev: e89d06aa560d1d36709ae7311ef2b9c74efc7f74 X-SW-Source: 2020/txt/msg00072.txt This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via e89d06aa560d1d36709ae7311ef2b9c74efc7f74 (commit) from 1cda7199f758776f7a19638af8e0a9d3edfef193 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e89d06aa560d1d36709ae7311ef2b9c74efc7f74 Author: Gerald Pfeifer Date: Thu Jan 23 21:55:06 2020 +0100 Fix markup of > (to >). 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 ----------------------------------------------------------------------- Summary of changes: htdocs/gitwrite.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs