Skip to content

Commit

Permalink
Make two Dimitis into one
Browse files Browse the repository at this point in the history
Before:

    ❯ git shortlog -sn 598a6c0..
         ...
         3  Ben Dichter
         2  Dimitri Papadopoulos Orfanos
         2  Teon L Brooks
         1  Ariel Rokem
         1  Dimitri Papadopoulos

After:

    ❯ git shortlog -sn 598a6c0.. | grep -v bot
         ...
         3	Ben Dichter
         3	Dimitri Papadopoulos Orfanos
         2	Teon L Brooks
  • Loading branch information
yarikoptic committed Jun 24, 2024
1 parent db6b07d commit 69f37f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ Patrick Park <[email protected]>
Ezequiel Mikulan <[email protected]>

Guillaume Flandin <[email protected]>

Dimitri Papadopoulos Orfanos <[email protected]>

0 comments on commit 69f37f1

Please sign in to comment.