diff options
-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 7bb2149..f79c716 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -250,7 +250,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/> <strong>git config --global user.name "Your Name"</strong><br/> <strong>git config --global user.email your@emailaddress.com</strong><br/> - <strong>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 <em>Libreboot Contributor</em> as your name, and <em>noname@libreboot.org</em> as the email address. <em>We will happily accept anonymous contributions in the libreboot project.</em></strong> + <strong>NOTE: you do not have to use your legal name; we don't care what name you use. You can use any name of your choosing. If you wish to be anonymous (no name), you can also use <em>Libreboot Contributor</em> as your name, and <em>noname@libreboot.org</em> as the email address. <em>We will happily accept anonymous contributions in the libreboot project.</em></strong> </p> <p> <?php echo gettext("The following is also useful:"); ?><br/> |