Skip to content

Commit bce81d2

Browse files
committed
Add .mailmap for git shortlog -sne
1 parent 6810f86 commit bce81d2

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
*~
2+
13
# cabal-generated files
24

35
/.ghc.environment.*
46
/cabal.project.local*
57
/dist/
68
/dist-newstyle/
9+
10+
# Stack-generated files
11+
12+
/.stack-work/
13+
stack*.yaml.lock

.mailmap

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Format of a line:
2+
#
3+
# Proper Name <Proper@email> commit name <commit@email>
4+
# \-----------+------------/ \----------+-------------/
5+
# | |
6+
# replace find
7+
#
8+
# <Proper@email> is never optional and cannot appear by itself.
9+
# Besides that, the other parts are optional (as long as 2 parts
10+
# are present).
11+
12+
# Please keep this file in alphabetic order!
13+
14+
15+
Ian Lynagh <[email protected]> igloo <none>
16+
Malcolm.Wallace <[email protected]> malcolm <none>
17+
Ross Paterson <[email protected]> ross <none>
18+
Simon Marlow <[email protected]> simonmar <none>
19+
Simon Peyton Jones <[email protected]> simonpj <none>
20+
Sven Panne <[email protected]> panne <none>
21+
Sven Panne <[email protected]> sven.panne

0 commit comments

Comments
 (0)