mirror of https://github.com/acidanthera/audk.git
BaseTools/Scripts: Add log.mailmap to SetupGit.py
We added .mailmap to the repository in commit 4a1aeca3bd
to display commit mistakes fixed. Use this option by default in our
git setup.
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
This commit is contained in:
parent
8778ee616a
commit
a4960cf1b6
|
@ -74,6 +74,7 @@ OPTIONS = [
|
|||
{'section': 'format', 'option': 'coverLetter', 'value': True},
|
||||
{'section': 'format', 'option': 'numbered', 'value': True},
|
||||
{'section': 'format', 'option': 'signoff', 'value': False},
|
||||
{'section': 'log', 'option': 'mailmap', 'value': True},
|
||||
{'section': 'notes', 'option': 'rewriteRef', 'value': 'refs/notes/commits'},
|
||||
{'section': 'sendemail', 'option': 'chainreplyto', 'value': False},
|
||||
{'section': 'sendemail', 'option': 'thread', 'value': True},
|
||||
|
|
Loading…
Reference in New Issue