diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-16 13:30:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-16 14:27:07 -0700 |
commit | 88acccda38602bd420274cee6501efb3204a8fa9 (patch) | |
tree | 3e75e1315b8d0d91fb30da15107bf82a57feaff2 /Documentation/git-log.txt | |
parent | clone: reorder --recursive/--recurse-submodules (diff) | |
download | tgif-88acccda38602bd420274cee6501efb3204a8fa9.tar.xz |
log: give --[no-]use-mailmap a more sensible synonym --[no-]mailmap
The option name "--use-mailmap" looks OK, but it becomes awkward
when you have to negate it, i.e. "--no-use-mailmap". I, perhaps
with many other users, always try "--no-mailmap" and become unhappy
to see it fail.
Add an alias "--[no-]mailmap" to remedy this.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r-- | Documentation/git-log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index bed09bb09e..619577f23b 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -49,6 +49,7 @@ OPTIONS Print out the ref name given on the command line by which each commit was reached. +--[no-]mailmap:: --[no-]use-mailmap:: Use mailmap file to map author and committer names and email addresses to canonical real names and email addresses. See |