public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: jsm28@gcc.gnu.org
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. 9a2b6d593f69ecca9a6a68b5d1d33d8f13a981d4
Date: Sun, 12 Jan 2020 14:38:00 -0000	[thread overview]
Message-ID: <20200112143834.20820.qmail@sourceware.org> (raw)

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 <joseph@codesourcery.com>
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<br />
 ForwardX11 no
 </code></p></blockquote>
 
+<p>Git needs to know your name and email address.  If you have not
+already configured those in <samp>$HOME/.gitconfig</samp>, do:</p>
+
+<blockquote><p><code>
+git config --global user.name "<i>Your Name</i>"<br />
+git config --global user.email "<i>Your Email Address</i>"
+</code></p></blockquote>
+
+<p>If you wish to use a different name or email address for GCC
+commits from that in <samp>$HOME/.gitconfig</samp>, you can configure
+that in an individual Git tree using a similar command
+without <code>--global</code>.</p>
+
 <hr />
 <h2 id="policies">Write access policies</h2>
 

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gitwrite.html | 13 +++++++++++++
 1 file changed, 13 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs


                 reply	other threads:[~2020-01-12 14:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200112143834.20820.qmail@sourceware.org \
    --to=jsm28@gcc.gnu.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).