From d159799637cb28a7745d2bf3153dd858764d9ab1 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 12 Jun 2023 13:31:02 +1000 Subject: [PATCH] CODING_STYLE: drop the unintended real name policy This was never intended as a true real name policy (and we never actually interpreted it that way), its purpose is to identify users and avoid commits from 12345@example.com. Signed-off-by: Peter Hutterer --- CODING_STYLE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CODING_STYLE.md b/CODING_STYLE.md index 53582333..31c080ea 100644 --- a/CODING_STYLE.md +++ b/CODING_STYLE.md @@ -270,8 +270,9 @@ sure it's on point. "change foo to bar", not "changed foo to bar". - The text width of the commit should be 78 chars or less, especially the subject line. -- The author and signed-off-by must be your real name and email address. We - do not accept the default `@users.noreply` gitlab addresses. +- The author and signed-off-by must be the name you usually identify + as and email address. We do not accept the default `@users.noreply` gitlab + addresses. ``` git config --global user.name Your Name git config --global user.email your@email -- 2.34.1