Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 947e991

Browse files
authored
Merge pull request #1332 from jsquyres/pr/v2.0.1/release-stuff
v2.0.1 release stuff
2 parents 0e7f033 + 787254e commit 947e991

File tree

4 files changed

+561
-369
lines changed

4 files changed

+561
-369
lines changed

.mailmap

Lines changed: 82 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
# This file exists to help map usernames to proper names and email addresses
2-
# in the Open MPI github mirror of the canonical SVN repository. The github
3-
# mirror can be found here:
1+
# This file exists to help consolidate names and email addresses
2+
# (e.g., when people accidentally commit with an incorrect or local
3+
# email address). Two common use cases:
44
#
5-
# https://github.com/open-mpi/ompi-svn-mirror
5+
# 1. Consolidate multiple email addresses from a single person.
6+
# Example: one commit from John Smith is from
7+
# <[email protected]> and another is from
8+
# <[email protected]>, and a third is from
9+
# <[email protected]>. But they're all from
10+
# the same John Smith person.
11+
#
12+
# 2. Consolidate misspellings / altername names from a single person.
13+
# Example: one commit is from "John Smith" and another is from
14+
# "John Smith, CONTRACTOR", and third is from "RocketMan 9982". But
15+
# these are all really the same person, who can be listed once in
16+
# AUTHORS as "John Smith".
617
#
718
# The format of this file is documented in git-shortlog(1). Specifically,
819
# a line like this:
@@ -12,123 +23,79 @@
1223
# means that when git sees "[email protected]" it will display
1324
# "Proper Name <[email protected]>" instead in certain circumstances. Those
1425
# circumstances include:
26+
#
1527
# - git shortlog
1628
# - git blame
1729
# - git log --format=tformat:"%aN <%aE>" (and similar)
1830
#
19-
# A copy of this file should be present on each branch in SVN which is being
20-
# tracked in the Git mirror.
2131

22-
23-
24-
# Jeff accidentally stomped on his $HOME/.gitconfig for a short while:
32+
2533
Jeff Squyres <[email protected]> --quiet <--quiet>
26-
27-
28-
34+
Jeff Squyres <[email protected]>
2935

30-
# fix Manjunath's name, it was inadvertently truncated in commit c4e17f1
31-
Manjunath Gorentla Venkata <[email protected]>
36+
3237

33-
34-
Aurelien Bouteiller <[email protected]> <[email protected]>
35-
38+
39+
3640

37-
# If you want your name to be rendered properly in these situations, please
38-
# remove it from the list below, place it above, uncomment it, and change
39-
# "[email protected]" to the appropriate values. This template list
40-
# comes from the AUTHORS file.
41-
#
42-
#Abhishek Kulkarni <[email protected]> <[email protected]>
43-
44-
#Abhishek Kulkarni <[email protected]> <[email protected]>
45-
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-
56-
57-
58-
59-
60-
61-
62-
63-
64-
65-
66-
67-
68-
69-
70-
71-
72-
73-
74-
75-
76-
77-
78-
79-
80-
81-
82-
83-
84-
85-
#Yevgeny Kliteynik <[email protected]> <[email protected]>
86-
87-
88-
89-
#Pierre Lemarinier <[email protected]> <[email protected]>
90-
91-
92-
#Manjunath Gorentla Venkata <[email protected]> <[email protected]>
93-
94-
95-
96-
97-
98-
99-
100-
#Oscar Vega-Gisbert <[email protected]> <[email protected]>
101-
102-
103-
104-
105-
#Jelena Pjesivac-Grbovic <[email protected]> <[email protected]>
106-
#Prabhanjan Kambadur <[email protected]> <[email protected]>
107-
108-
109-
110-
111-
112-
113-
114-
115-
#Samuel K. Gutierrez <[email protected]> <[email protected]>
116-
#Gopal Santhanaraman <[email protected]> <[email protected]>
117-
118-
119-
120-
121-
122-
123-
124-
125-
126-
127-
128-
129-
130-
#Vishwanath Venkatesan <[email protected]> <[email protected]>
131-
132-
133-
134-
41+
42+
43+
44+
45+
46+
47+
48+
Gilles Gouaillardet <[email protected]> <[email protected]>
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
74+
75+
76+
77+
Mangala Jyothi Bhaskar <[email protected]> <[email protected]>
78+
Mangala Jyothi Bhaskar <[email protected]> <[email protected]>
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
Thananon Patinyasakdikul <[email protected]> <[email protected]>
90+
91+
92+
93+
94+
95+
96+
97+
98+
L. R. Rajeshnarayanan <[email protected]> <[email protected]>
99+
100+
Aur�lien Bouteiller <[email protected]> <[email protected]>
101+
Aur�lien Bouteiller <[email protected]> <darter4.nics.utk.edu>

0 commit comments

Comments
 (0)