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 <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2023-10-31 03:34:27 +01:00 committed by Adrien 'neox' Bourmault
parent 27ddd0fd8e
commit cd6514123b
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 5 additions and 5 deletions

View File

@ -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
--------