You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our utility only considers GitHub anonymous emails. We should check if git remote origin address contains GitHub or GitLab to build proper source provider anonymous email.
wevtimoteo
changed the title
Check if remote contains GitHub or GitLab to determine co-author anonymous email
Determine co-author anonymous email by origin address
Jun 19, 2020
wevtimoteo
changed the title
Determine co-author anonymous email by origin address
Determine co-author anonymous email by remote origin address
Jul 23, 2020
Currently, our utility only considers
GitHub
anonymous emails. We should check ifgit remote origin
address containsGitHub
orGitLab
to build proper source provider anonymous email.Sub tasks:
add
accepts two argumentsadd
works without argumentsNotes:
Decide how and when we are going to store the co-authors status from
git shortlog --summary --email --committer
command.Currently stored data on git config ⬇️:
We are proposing something like ⬇️ :
The text was updated successfully, but these errors were encountered: