From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20875 invoked by alias); 12 Jan 2020 14:38:35 -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 20823 invoked by uid 9119); 12 Jan 2020 14:38:34 -0000 Date: Sun, 12 Jan 2020 14:38:00 -0000 Message-ID: <20200112143834.20820.qmail@sourceware.org> From: jsm28@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 9a2b6d593f69ecca9a6a68b5d1d33d8f13a981d4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0a30539bc831d9f59b3a285ec9d37caa8b7c340b X-Git-Newrev: 9a2b6d593f69ecca9a6a68b5d1d33d8f13a981d4 X-SW-Source: 2020/txt/msg00010.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 9a2b6d593f69ecca9a6a68b5d1d33d8f13a981d4 (commit) from 0a30539bc831d9f59b3a285ec9d37caa8b7c340b (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 9a2b6d593f69ecca9a6a68b5d1d33d8f13a981d4 Author: Joseph Myers Date: Sun Jan 12 14:37:59 2020 +0000 Document configuring your name and email address for git. diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html index 94449e3..9a460a3 100644 --- a/htdocs/gitwrite.html +++ b/htdocs/gitwrite.html @@ -93,6 +93,19 @@ Host gcc.gnu.org
ForwardX11 no

+

Git needs to know your name and email address. If you have not +already configured those in $HOME/.gitconfig, do:

+ +

+git config --global user.name "Your Name"
+git config --global user.email "Your Email Address" +

+ +

If you wish to use a different name or email address for GCC +commits from that in $HOME/.gitconfig, you can configure +that in an individual Git tree using a similar command +without --global.

+

Write access policies

----------------------------------------------------------------------- Summary of changes: htdocs/gitwrite.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) hooks/post-receive -- gcc-wwwdocs