Skip to content

Commit

Permalink
Add Git mail mapping
Browse files Browse the repository at this point in the history
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
  • Loading branch information
arcticicestudio committed Jun 22, 2019
1 parent 329a754 commit 162057c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright (C) 2017-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2017-present Sven Greb <[email protected]>
#
# Project: snowsaw
# Repository: https://github.com/arcticicestudio/snowsaw
# License: MIT

# Configuration for Git mail mapping feature to coalesce together commits by
# the same person in the shortlog, where their name and/or email address was
# spelled differently.
# See https://git-scm.com/docs/git-shortlog#_mapping_authors for more details.
Arctic Ice Studio <[email protected]>
Sven Greb <[email protected]>

0 comments on commit 162057c

Please sign in to comment.