diff options
author | Antoine Pelisse <apelisse@gmail.com> | 2013-01-05 22:26:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-10 12:33:08 -0800 |
commit | ea57bc0d41b03cc1528be5fafa5eb8bfd4f773cb (patch) | |
tree | 9c0af6c0fe9d4f0b8c3aebcb3000a8dbeda57a77 /Documentation | |
parent | dffd325f379b825ca449e1592fa9fb31eddf1780 (diff) | |
download | git-ea57bc0d41b03cc1528be5fafa5eb8bfd4f773cb.tar.gz |
log: add --use-mailmap option
Add the --use-mailmap option to log commands. It allows to display
names from mailmap file when displaying logs, whatever the format
used.
Signed-off-by: Antoine Pelisse <apelisse@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-log.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 585dac40ba..a99be97335 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -47,6 +47,11 @@ OPTIONS Print out the ref name given on the command line by which each commit was reached. +--use-mailmap:: + Use mailmap file to map author and committer names and email + to canonical real names and email addresses. See + linkgit:git-shortlog[1]. + --full-diff:: Without this flag, "git log -p <path>..." shows commits that touch the specified paths, and diffs about the same specified |