diff options
author | Michele Ballabio <barra_cuda@katamail.com> | 2009-01-30 17:55:24 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-30 21:11:50 -0800 |
commit | 3fe2bf2fa700a6bc37107be97603945fdbeeeab3 (patch) | |
tree | 3b71093227af2d015de2f74d4a41094e2e1c456a | |
parent | ad8c3477b890dfb125ac5ea8962f945f056674d7 (diff) | |
download | git-3fe2bf2fa700a6bc37107be97603945fdbeeeab3.tar.gz git-3fe2bf2fa700a6bc37107be97603945fdbeeeab3.tar.xz |
git-shortlog.txt: fix example about .mailmap
In the example, Joe Developer has <joe@example.com> as his email,
but in the .mailmap is <joe@random.com>. Use example.com instead.
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-shortlog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index 8f7c0e226..498bd2892 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -82,7 +82,7 @@ her family name fully spelled out, a proper `.mailmap` file would look like: # Note how we don't need an entry for <jane@laptop.(none)>, because the # real name of that author is correct already, and coalesced directly. Jane Doe <jane@desktop.(none)> -Joe R. Developer <joe@random.com> +Joe R. Developer <joe@example.com> ------------ Author |