From 1bd2b9d683c8583768c76011e3059a721b95d450 Mon Sep 17 00:00:00 2001 From: micah <micah@torproject.org> Date: Thu, 15 Sep 2022 15:37:10 +0000 Subject: [PATCH] Fix Linus name --- howto/gitlab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howto/gitlab.md b/howto/gitlab.md index df0b901c..0de69b3e 100644 --- a/howto/gitlab.md +++ b/howto/gitlab.md @@ -1484,9 +1484,9 @@ less useful, as it would break the trust chain. But it's possible to merge "out of band" (in a local checkout) and push the result, which GitLab generally correctly detect as closing the merge request. -### Torwalds: signed tags +### Torvalds: signed tags -Linus Torwalds, the original author and maintainer of the Linux +Linus Torvalds, the original author and maintainer of the Linux kernel, simply signs the release tags. In an article called "[what does a pgp signature on a git commit prove?](https://people.kernel.org/monsieuricon/what-does-a-pgp-signature-on-a-git-commit-prove)", Konstantin Ryabitsev (the `kernel.org` sysadmin), provides a good primer on OpenPGP signing -- GitLab