From cd6514123b8d0aa88eb36c5b9710585a51f88bd0 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 31 Oct 2023 03:34:27 +0100 Subject: [PATCH] site: git.md: fix privacy issue. Using simply 'git log' or 'git show' shows the author but not the commiter. Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Adrien 'neox' Bourmault --- site/git.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/git.md b/site/git.md index 0028bca..9d6e8fd 100644 --- a/site/git.md +++ b/site/git.md @@ -123,11 +123,11 @@ international copyright law. It does not matter which name, or indeed whether you even declare a copyright (but we do require that certain copyright licenses are used - read more about that on this same page). -If you use a different name and email address on your commits/patches, then you -should be fairly anonymous. Use -[git log](https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History) -and [git show](https://git-scm.com/docs/git-show) to confirm that before you -push changes to a public Git repository. +If you use a different name and email address on your commits/patches, +then you should be fairly anonymous. Use [git log git +--pretty=fuller](https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History) +and [git show --pretty=fuller](https://git-scm.com/docs/git-show) to +confirm that before you push changes to a public Git repository. Licenses --------