Skip to content

Commit

Permalink
maint/dev ~ add git mailmap (improves commit history accuracy)
Browse files Browse the repository at this point in the history
- `git shortlog -se -n --all` # review all commit authors/emails
- `git shortlog -se -n --all --no-merges` # ... same with merge commit statistics excluded

- ref: [`git` ~ display project devs](https://stackoverflow.com/questions/9597410/list-all-developers-on-a-project-in-git) @@ <https://archive.is/ZbVJP>
  • Loading branch information
rivy committed May 27, 2023
1 parent a2caa0d commit 5eba839
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## spell-checker:disable
Alex Lyon <[email protected]> <[email protected]>
Ingvar Stepanyan <[email protected]> <[email protected]>
Sylvestre Ledru <[email protected]> <[email protected]>
#
dependabot[bot] <dependabot[bot]@users.noreply.github.com> <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] <dependabot[bot]@users.noreply.github.com> <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot[bot] <dependabot[bot]@users.noreply.github.com> <dependabot-preview[bot]@users.noreply.github.com>
#
renovate[bot] <renovate[bot]@users.noreply.github.com> <29139614+renovate[bot]@users.noreply.github.com>

0 comments on commit 5eba839

Please sign in to comment.