diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-29 01:28:48 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-29 01:28:48 (EDT) |
commit | cb71328ed38e717e3c16333a52e479a653c60807 (patch) | |
tree | be1df65bacbe04cebffaad0af68064e79bec1bd3 /site | |
parent | 574a37761af3b3a81113a6b5723d0b9889f6b017 (diff) | |
download | libreboot.org-cb71328ed38e717e3c16333a52e479a653c60807.zip libreboot.org-cb71328ed38e717e3c16333a52e479a653c60807.tar.gz libreboot.org-cb71328ed38e717e3c16333a52e479a653c60807.tar.bz2 |
git page: say assume name, not alias
"alias" implies that the name is somehow "fake". assumed name
seems better
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/git/index.php b/site/git/index.php index 297a572..a6e0751 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -65,7 +65,7 @@ <h2>General guidelines for submitting patches</h2> <p> - <?php echo gettext("Using your legal name is not required. For reasons why we have this policy, read <a href='http://geekfeminism.org/2012/09/29/quick-hit-how-git-shows-the-patriarchal-nature-of-the-software-industry/'>this article</a>. You can use an alias, or your company name (if you have a company), if you want. Also, read <a href='http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/'>this article</a>."); ?> + <?php echo gettext("Using your legal name is not required. For reasons why we have this policy, read <a href='http://geekfeminism.org/2012/09/29/quick-hit-how-git-shows-the-patriarchal-nature-of-the-software-industry/'>this article</a>. You can use an assumed name, or your company name (if you have a company), if you want. Also, read <a href='http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/'>this article</a>."); ?> </p> <p> When submitting any kind of documentation, please try not to use the terms him/her, she/he, his/her. @@ -135,7 +135,7 @@ <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 alias, or it could be because you are submitting a patch on someone else's behalf. + could be an assumed name, or it could be because you are submitting a patch on someone else's behalf. </p> <p> |