I know about git shortlog -sne, and git grep, but I need to kinda combine the two.
I’m searching for the number of occurrences of a string in the commit message, per user. I’d like the output to be:
Will: 54
Dave: 34
... etc.
Can someone help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If by
git sneyou meangit shortlog -snethen it can take a--grepoption to grep the commit messages.