use case is, the git repository is a monorepo, I want to know who worked on a sub-project in history and get the name list.
For example, I'd like to know who involved and merged the codes to this sub-folder PackerBuildV1
.
Only need target on master/main branch.
https://github.com/microsoft/azure-pipelines-tasks/tree/master/Tasks/PackerBuildV1
any hints for me?