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-8
Resolves GH-10
  • Loading branch information
arcticicestudio committed Aug 15, 2019
1 parent 8e99240 commit db2a43b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (C) 2018-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2018-present Sven Greb <[email protected]>
#
# Project: Styleguide JavaScript
# Repository: https://github.com/arcticicestudio/styleguide-javascript
# 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.
#
# References:
# https://git-scm.com/docs/git-shortlog#_mapping_authors
Arctic Ice Studio <[email protected]>
Sven Greb <[email protected]>

0 comments on commit db2a43b

Please sign in to comment.