mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-23 08:20:30 +01:00
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 <peter.hutterer@who-t.net>
This commit is contained in:
parent
83144a0edc
commit
d159799637
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue