| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c6ccd97 commit a5152a0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -79,6 +79,9 @@ async function getCollaboratorsFromReadme() { | |||
| 79 | 79 | const mailmap = await runGitCommand( | |
| 80 | 80 | `git check-mailmap '${name} <${email}>'` | |
| 81 | 81 | ); | |
| 82 | + if (mailmap !== `${name} <${email}>`) { | ||
| 83 | + console.log(`README entry for Collaborator does not match mailmap:\n ${name} <${email}> => ${mailmap}`); | ||
| 84 | + } | ||
| 82 | 85 | returnedArray.push({ | |
| 83 | 86 | name, | |
| 84 | 87 | email, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments