From a37940a3a868f959bd0c5e04f2cb551bb913caf5 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 29 Oct 2015 22:54:58 -0400 Subject: git page: clarify that no-name is OK --- (limited to 'site/git/index.php') 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 @@
$ 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. If you want to be anonymous (no name), you could use Libreboot Contributor as your name, and noname@libreboot.org as the email address. + 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 Libreboot Contributor as your name, and noname@libreboot.org as the email address, and we will still accept your patch for review. We are OK with anonymous contributions..


@@ -170,7 +170,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. If you want to be anonymous (no name), you could use Libreboot Contributor as your name, and noname@libreboot.org as the email address. + behalf. If you wish to be anonymous (no name), you can use Libreboot Contributor as your name, and noname@libreboot.org as the email address, + and we will still accept your patch for review. We are OK with anonymous contributions.

Check once more that everything you want is added. Use the git status command to check for untracking changes/files, and adapt accordingly. -- cgit v0.9.1