diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 23:38:19 (EDT) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 23:38:19 (EDT) |
commit | 5e77abc8cc03aa741e0ef7c3985aa0601708928a (patch) | |
tree | 2370f2bcaba62eb554739caae99186c9da2310dd /site/git | |
parent | d97006e2656f99d89045010acaa88ec3700dd7a5 (diff) | |
download | libreboot.org-5e77abc8cc03aa741e0ef7c3985aa0601708928a.zip libreboot.org-5e77abc8cc03aa741e0ef7c3985aa0601708928a.tar.gz libreboot.org-5e77abc8cc03aa741e0ef7c3985aa0601708928a.tar.bz2 |
beat a dead horse
Diffstat (limited to 'site/git')
-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 70fd395..398b3da 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 do not have to use your legal name; we don't care what name you use. If you wish to be anonymous (no name), you can also use <i>Libreboot Contributor</i> as your name, and <i>noname@libreboot.org</i> as the email address. <i>We will happily accept anonymous contributions in the libreboot project.</i></b> + <b>NOTE: you do not have to use your legal name; we don't care what name you use. Pseudonyms (alternative names) are OK. If you wish to be anonymous (no name), you can also use <i>Libreboot Contributor</i> as your name, and <i>noname@libreboot.org</i> as the email address. <i>We will happily accept anonymous contributions in the libreboot project.</i></b> </p> <p> <?php echo gettext("The following is also useful:"); ?><br/> |