public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 9a2b6d593f69ecca9a6a68b5d1d33d8f13a981d4
@ 2020-01-12 14:38 jsm28
  0 siblings, 0 replies; only message in thread
From: jsm28 @ 2020-01-12 14:38 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-12 14:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12 14:38 gcc-wwwdocs branch master updated. 9a2b6d593f69ecca9a6a68b5d1d33d8f13a981d4 jsm28

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).