diff options
author | Philippe Mathieu-Daude <philmd@redhat.com> | 2020-01-06 12:53:44 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-01-06 18:01:30 +0000 |
commit | 4a1aeca3bd02d04e01c2d4102057b8cb4357ec17 (patch) | |
tree | ab0d2584f341cad40755b58b961d0400933f3a11 /.mailmap | |
parent | 6cfb6da9518d3c48107c26832e2709cfd92bf9fa (diff) | |
download | edk2-4a1aeca3bd02d04e01c2d4102057b8cb4357ec17.tar.gz |
.mailmap: Add a stub with documentation
The .mailmap git feature helps fixing commit mistakes (in name/email).
The easiest way to use it is with the --use-mailmap flag:
$ git log --use-mailmap
See:
* https://git-scm.com/docs/git-shortlog#_mapping_authors
* https://git-scm.com/docs/git-check-mailmap#_mapping_authors
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200106115415.11624-2-philmd@redhat.com>
Diffstat (limited to '.mailmap')
-rw-r--r-- | .mailmap | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000000..6d88189a58 --- /dev/null +++ b/.mailmap @@ -0,0 +1,11 @@ +#
+# This list is used by git-shortlog to fix a few botched name translations
+# in the git archive, either because the author's full name was messed up
+# and/or not always written the same way, making contributions from the
+# same person appearing not to be so or badly displayed.
+#
+# Please keep this file sorted alphabetically, and email in lowercase.
+# The format used is:
+#
+# Firstname Lastname <email@domain.tld>
+#
|