I used repo forall -c 'git log --since=xxx'
to find the latest commits. I know the commit id but I don't know which git project it belongs to. How can I get the project name of a given commit? Thanks.
repo forall -cp 'git log --since=xxx'
-p
: show project headers before output of the specified command