|
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: |
4 | 4 | # |
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". |
6 | 17 | # |
7 | 18 | # The format of this file is documented in git-shortlog(1). Specifically, |
8 | 19 | # a line like this: |
|
12 | 23 | # means that when git sees " [email protected]" it will display |
13 | 24 | # "Proper Name < [email protected]>" instead in certain circumstances. Those |
14 | 25 | # circumstances include: |
| 26 | +# |
15 | 27 | # - git shortlog |
16 | 28 | # - git blame |
17 | 29 | # - git log --format=tformat:"%aN <%aE>" (and similar) |
18 | 30 | # |
19 | | -# A copy of this file should be present on each branch in SVN which is being |
20 | | -# tracked in the Git mirror. |
21 | 31 |
|
22 | 32 | # Jeff accidentally stomped on his $HOME/.gitconfig for a short while: |
23 | 33 | Jeff Squyres < [email protected]> --quiet <--quiet> |
|
0 commit comments