Commit 308f323
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 5d4f431 commit 308f323
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 | |
|---|---|---|---|
| |||
5163 | 5163 | | |
5164 | 5164 | | |
5165 | 5165 | | |
| 5166 | + | |
| 5167 | + | |
| 5168 | + | |
| 5169 | + | |
5166 | 5170 | | |
5167 | 5171 | | |
0 commit comments