diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 22:54:58 (EDT) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 22:54:58 (EDT) |
commit | a37940a3a868f959bd0c5e04f2cb551bb913caf5 (patch) | |
tree | 736bfbb6b7b1078b13a136fd873aea8a8dd3bfef /site | |
parent | 5985ad5c65205f863eddc4a2522a0acfd8e0cc56 (diff) | |
download | libreboot.org-a37940a3a868f959bd0c5e04f2cb551bb913caf5.zip libreboot.org-a37940a3a868f959bd0c5e04f2cb551bb913caf5.tar.gz libreboot.org-a37940a3a868f959bd0c5e04f2cb551bb913caf5.tar.bz2 |
git page: clarify that no-name is OK
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/site/git/index.php b/site/git/index.php index 343878f..2342b56 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 want to be anonymous (no name), you could use <i>Libreboot Contributor</i> as your name, and <i>noname@libreboot.org</i> as the email address.</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/> @@ -170,7 +170,8 @@ <p> If you wish to use a different author name for the commit command, add <b><i>--author="Author's Name <author's email address>"</i></b> at the end. This could be an assumed name, or it could be because you are submitting a patch on someone else's - behalf. <b>If you want to be anonymous (no name), you could use <i>Libreboot Contributor</i> as your name, and <i>noname@libreboot.org</i> as the email address.</b> + behalf. <b>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> Check once more that everything you want is added. Use the <b>git status</b> command to check for untracking changes/files, and adapt accordingly. |