Skip to content

Determine co-author anonymous email by remote origin address #27

Description

@wevtimoteo

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.

Sub tasks:

  • Command add accepts two arguments
  • Command add works without arguments
  • Store the authors email commiter
$ git shortlog --summary --email --committer
     
     3  👻 <doo@example.com>
 
     1  👻 Doo <john@example.com>

Notes:

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 ⬇️:

[pair]
	
     coauthor = 👻

We are proposing something like ⬇️ :

[pair]
	
     coauthor = 👻 <doo@example.com>
 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions