diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 22:56:03 (EDT) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 22:56:03 (EDT) |
commit | 35bf46aa326ebf1458fea1dc5500a97a2feb4f57 (patch) | |
tree | e3551ab844a7989245184fbb11a816263380b90c /site | |
parent | a37940a3a868f959bd0c5e04f2cb551bb913caf5 (diff) | |
download | libreboot.org-35bf46aa326ebf1458fea1dc5500a97a2feb4f57.zip libreboot.org-35bf46aa326ebf1458fea1dc5500a97a2feb4f57.tar.gz libreboot.org-35bf46aa326ebf1458fea1dc5500a97a2feb4f57.tar.bz2 |
git page: remove trailing dot
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/git/index.php b/site/git/index.php index 2342b56..baab5a1 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -131,7 +131,7 @@ <?php echo gettext("Make sure that you configured git so that your name and email address appear in the commits that you create:"); ?><br/> $ <b>git config --global user.name "Your Name"</b><br/> $ <b>git config --global user.email your@emailaddress.com</b><br/> - <b>NOTE: you don't have to use your legal name. We don't care what name you use. If you wish to be anonymous (no name), you can use <i>Libreboot Contributor</i> as your name, and <i>noname@libreboot.org</i> as the email address, and we will still accept your patch for review. <i>We are OK with anonymous contributions.</i>.</b> + <b>NOTE: you don't have to use your legal name. We don't care what name you use. If you wish to be anonymous (no name), you can use <i>Libreboot Contributor</i> as your name, and <i>noname@libreboot.org</i> as the email address, and we will still accept your patch for review. <i>We are OK with anonymous contributions.</i></b> </p> <p> <?php echo gettext("The following is also useful:"); ?><br/> |