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

Drop git::get_contributor_commits_from_log #41

Open rimutaka opened 2 years ago

rimutaka commented 2 years ago

git::get_contributor_commits_from_log is used in cmd_munch.rs to add contributor commits to the report. It was superseded by adding a list of commits per contributor to the project report.

It's not just a matter of dropping that function. It needs to be replaced with taking the list of commits from the project report. Not a big job.