Skip to content

how to include missing commits in metrics? #381

Locked Answered by lowlighter
GalaxySH asked this question in Q&A
Discussion options

You must be logged in to vote

Commits you made are detected through git log --author=<commits_authoring> --regexp-ignore-case, so basically you need to find under which email you committed (login and names may work too though you could have collisions). This option is a comma separated array, so commits_authoring: GalaxySH, [email protected], [email protected] should work if you have multiple addresses or names

To change scopes of repositories affected, you may also need to tweak with repositories_affiliations option

Huge commits may not be processable so that's why the number of commits used to compute stats was added.
It'll help detecting whether some commits have been skipped or not (I'm not sure…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@GalaxySH
Comment options

@lowlighter
Comment options

@GalaxySH
Comment options

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