aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-shortlog.txt
diff options
context:
space:
mode:
authorMichele Ballabio <barra_cuda@katamail.com>2009-01-30 17:55:24 +0100
committerJunio C Hamano <gitster@pobox.com>2009-01-30 21:11:50 -0800
commit3fe2bf2fa700a6bc37107be97603945fdbeeeab3 (patch)
tree3b71093227af2d015de2f74d4a41094e2e1c456a /Documentation/git-shortlog.txt
parentad8c3477b890dfb125ac5ea8962f945f056674d7 (diff)
downloadgit-3fe2bf2fa700a6bc37107be97603945fdbeeeab3.tar.gz
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>
Diffstat (limited to 'Documentation/git-shortlog.txt')
-rw-r--r--Documentation/git-shortlog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt
index 8f7c0e226d..498bd28929 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