From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45297 invoked by alias); 15 Jan 2020 15:01:57 -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 45144 invoked by uid 9004); 15 Jan 2020 15:01:56 -0000 Date: Wed, 15 Jan 2020 15:01:00 -0000 Message-ID: <20200115150156.45138.qmail@sourceware.org> From: schwab@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 2c7ec979b25dcea145daa4c490c12925ea9d2487 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 10da210590e8966a6c14aea0b1c13c58484b5224 X-Git-Newrev: 2c7ec979b25dcea145daa4c490c12925ea9d2487 X-SW-Source: 2020/txt/msg00030.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 2c7ec979b25dcea145daa4c490c12925ea9d2487 (commit) from 10da210590e8966a6c14aea0b1c13c58484b5224 (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 2c7ec979b25dcea145daa4c490c12925ea9d2487 Author: Andreas Schwab Date: Wed Jan 15 15:56:30 2020 +0100 Use canonical command to set remote URL diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html index 3cda6a46..87a18fa7 100644 --- a/htdocs/gitwrite.html +++ b/htdocs/gitwrite.html @@ -71,10 +71,10 @@ git clone git+ssh://username@gcc.gnu.org/git/gcc.git gcc

where username is your user name at gcc.gnu.org.

It is also possible to convert an existing Git tree to use SSH by -using git config:

+using git remote:

-git config remote.origin.url git+ssh://username@gcc.gnu.org/git/gcc.git +git remote set-url origin git+ssh://username@gcc.gnu.org/git/gcc.git

To avoid the nuisance of having to supply your passphrase for each ----------------------------------------------------------------------- Summary of changes: htdocs/gitwrite.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs