stackmuncher / stm_app

This software engineer profile builder turns your code into a detailed list of skills for an online directory of software developers.
https://stackmuncher.com
GNU Affero General Public License v3.0
22 stars 1 forks source link

Suggest emails and names based on `user.email` & `user.name` Git settings #24

Open rimutaka opened 2 years ago

rimutaka commented 2 years ago

If a repo has multiple commiters with different emails, but the same or a very similar looking name the app should suggest adding them to the list of --emails

user.name should be used to suggest the pubic name and contact.

Caveats:

  1. Adding them automatically is error-prone. The user may not want those commits. It could be someone else. Ask first.
  2. Reminding every time will be annoying. There should be a list of suggested IDs to back off at some point.

Via @marcoslopes. Thanks for the idea!