From 8c214e4d39635cd80ab5494312f54a3499593398 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 29 Oct 2015 11:29:45 -0400 Subject: git page: add instructions for anonymous committers --- (limited to 'site/git') diff --git a/site/git/index.php b/site/git/index.php index 7434ef2..ab5e3e0 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -119,7 +119,7 @@
$ git config --global user.name "Your Name"
$ git config --global user.email your@emailaddress.com
- NOTE: you don't have to use your legal name. We don't care what name you use. + 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 Libreboot Contributor as your name, and noname@libreboot.org as the email address.


@@ -153,7 +153,8 @@

If you wish to use a different author name for the commit command, add --author="Author's Name <author's email address>" at the end. This - could be an assumed name, 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. If you want to be anonymous (no name), you could use Libreboot Contributor as your name, and noname@libreboot.org as the email address.

-- cgit v0.9.1