summaryrefslogtreecommitdiffstats
path: root/site/git
diff options
context:
space:
mode:
authorFrancis Rowe <fchmmr@minifree.lan>2015-10-29 22:54:58 (EDT)
committer Francis Rowe <fchmmr@minifree.lan>2015-10-29 22:54:58 (EDT)
commita37940a3a868f959bd0c5e04f2cb551bb913caf5 (patch)
tree736bfbb6b7b1078b13a136fd873aea8a8dd3bfef /site/git
parent5985ad5c65205f863eddc4a2522a0acfd8e0cc56 (diff)
downloadlibreboot.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/git')
-rw-r--r--site/git/index.php5
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 &quot;Your Name&quot;</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=&quot;Author's Name &lt;author's email address&gt;&quot;</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.