Skip to content

Commit 162057c

Browse files
Add Git mail mapping
Added a Git mailmap (1) file to link to in documentations to allow contributors to send mails regarding security issues. This prevents unnecessary overhead of updating all documents when new core team and members and contributors are added and additionally adds the main functionality of the file: Mapping commits when someone uses a different email address. References: (1) https://git-scm.com/docs/git-shortlog#_mapping_authors Epic: GH-33 Depends on GH-49 Resolves GH-46
1 parent 329a754 commit 162057c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.mailmap

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright (C) 2017-present Arctic Ice Studio <[email protected]>
2+
# Copyright (C) 2017-present Sven Greb <[email protected]>
3+
#
4+
# Project: snowsaw
5+
# Repository: https://github.com/arcticicestudio/snowsaw
6+
# License: MIT
7+
8+
# Configuration for Git mail mapping feature to coalesce together commits by
9+
# the same person in the shortlog, where their name and/or email address was
10+
# spelled differently.
11+
# See https://git-scm.com/docs/git-shortlog#_mapping_authors for more details.
12+
Arctic Ice Studio <[email protected]>
13+
Sven Greb <[email protected]>

0 commit comments

Comments
 (0)