Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide mappings for Chrises and Matthew to make "git shortlog -sn" more correct #3312

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

yarikoptic
Copy link
Contributor

Without this change, "git shortlog -sn" would make a separate entry for every differently used name and email address. With this it unifies it.

Also by virtue of consolidating others, it raises me in the ranks!

on this branch to proud 20th position

❯ git shortlog -sn master | nl | grep Halchenko
    20	    15	Yaroslav Halchenko

from the old shameful 22nd

❯ git shortlog -sn master | nl | grep Halchenko
    22	    15	Yaroslav Halchenko

…ore correct

Without this change, "git shortlog -sn" would make a separate entry for every
differently used name and email address. With this it unifies it.
Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.87%. Comparing base (fe94d16) to head (301a85d).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3312      +/-   ##
==========================================
+ Coverage   47.02%   47.87%   +0.84%     
==========================================
  Files         583      583              
  Lines       36947    36947              
  Branches     1174     1208      +34     
==========================================
+ Hits        17375    17688     +313     
+ Misses      19385    19081     -304     
+ Partials      187      178       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

.mailmap Outdated Show resolved Hide resolved
.mailmap Outdated Show resolved Hide resolved
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
@effigies effigies merged commit 82d6890 into OpenNeuroOrg:master Jan 30, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants