Commit 9ac002b
committed
Fix DHH duplicate contributor entries
Map lowercase 'dhh' to 'David Heinemeier Hansson' to consolidate
the 5 commits authored as 'dhh' with the main contributor profile.
This fixes the issue where DHH appeared twice on contributors.rubyonrails.org:
- https://contributors.rubyonrails.org/contributors/dhh/commits (5 commits)
- https://contributors.rubyonrails.org/contributors/david-heinemeier-hansson/commits (4910 commits)
The mapping already included 'DHH' (uppercase) but was missing 'dhh' (lowercase).1 parent b993275 commit 9ac002b
File tree
2 files changed
+5
-1
lines changed- app/models/names_manager
- test/credits
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5159 | 5159 | | |
5160 | 5160 | | |
5161 | 5161 | | |
| 5162 | + | |
| 5163 | + | |
| 5164 | + | |
| 5165 | + | |
5162 | 5166 | | |
5163 | 5167 | | |
0 commit comments